The following document contains the results of Checkstyle 12.1.2-SNAPSHOT with /home/stoyan/Documents/github/contribution/checkstyle-tester/my_check.xml ruleset. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| imports | AvoidStarImport | 1324 | |
| AvoidStaticImport | 3203 | ||
| CustomImportOrder | 3731 | ||
| ImportOrder | 6340 | ||
| UnusedImports | 358 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'java.io.Serializable' import. | 9 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.index.*. | 22 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.search.*. | 23 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.lucene.index.IndexReader. | 22 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.search.*. | 25 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 30 | |
| imports | UnusedImports | Unused import - java.io.IOException. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.apache.lucene.analysis.Analyzer' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'org.apache.lucene.analysis.Analyzer' | 25 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.search.*. | 29 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 41 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 41 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 41 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.lucene.search.Queries.fixNegativeQueryIfNeeded' | 46 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.lucene.search.Queries.fixNegativeQueryIfNeeded' | 46 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.lucene.search.Queries.fixNegativeQueryIfNeeded. | 46 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameQuery. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.apache.lucene.analysis.Analyzer' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'org.apache.lucene.analysis.Analyzer' | 24 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Collection' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Collection' | 30 | |
| imports | ImportOrder | Wrong order for 'java.util.Collection' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.index.*. | 21 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.apache.lucene.analysis.Analyzer' | 23 | |
| imports | ImportOrder | Extra separation in import group before 'org.apache.lucene.analysis.Analyzer' | 23 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.store.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.util.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.util.fst.*. | 33 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.File' | 40 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.File' | 40 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 40 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.util.automaton.*. | 26 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.search.*. | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 23 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 23 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.BufferedReader' | 22 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.BufferedReader' | 22 | |
| imports | ImportOrder | Wrong order for 'java.io.BufferedReader' import. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 23 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 23 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 30 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.concurrent.Future' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.concurrent.Future' | 26 | |
| imports | ImportOrder | Wrong order for 'java.util.concurrent.Future' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.action.admin.indices.mapping.get.*. | 92 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.action.get.*. | 144 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.action.percolate.*. | 155 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.action.search.*. | 156 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.action.search.type.*. | 157 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.action.termvector.*. | 163 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 170 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 170 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 170 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.elasticsearch.client.ClusterAdminClient. | 25 | |
| imports | UnusedImports | Unused import - org.elasticsearch.client.IndicesAdminClient. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.ArrayList' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.ArrayList' | 24 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.Serializable' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.Serializable' | 25 | |
| imports | ImportOrder | Wrong order for 'java.io.Serializable' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 32 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.unit.TimeValue.readTimeValue' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.unit.TimeValue.readTimeValue' | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.unit.TimeValue.readTimeValue. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 38 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 38 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 38 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 44 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 44 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. | 44 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.action.admin.cluster.health.ClusterIndexHealth.readClusterIndexHealth. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 35 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.action.admin.cluster.health.ClusterShardHealth.readClusterShardHealth' | 41 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.action.admin.cluster.health.ClusterShardHealth.readClusterShardHealth' | 41 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.action.admin.cluster.health.ClusterShardHealth.readClusterShardHealth. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.cluster.*. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 37 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 37 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 40 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 40 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 36 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.unit.TimeValue.readTimeValue' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.unit.TimeValue.readTimeValue' | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.unit.TimeValue.readTimeValue. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 39 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 39 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 39 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 44 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 44 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. | 44 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.unit.TimeValue.readTimeValue. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.unit.TimeValue.readTimeValue' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.unit.TimeValue.readTimeValue' | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.unit.TimeValue.readTimeValue. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.transport.*. | 42 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 44 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 44 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 43 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 43 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 37 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 37 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.action.ValidateActions.addValidationError' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.action.ValidateActions.addValidationError' | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.action.ValidateActions.addValidationError' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.action.ValidateActions.addValidationError' | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 36 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 36 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.action.ValidateActions.addValidationError' | 39 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.action.ValidateActions.addValidationError' | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.Builder.EMPTY_SETTINGS. | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.readSettingsFromStream. | 41 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.writeSettingsToStream. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Map' | 27 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.action.ValidateActions.addValidationError' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.action.ValidateActions.addValidationError' | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.elasticsearch.action.support.master.AcknowledgedRequestBuilder. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.common.xcontent.*. | 27 | |
| imports | UnusedImports | Unused import - org.elasticsearch.repositories.VerificationFailure. | 28 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 30 | |
| imports | UnusedImports | Unused import - java.util.Arrays. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 33 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.action.ValidateActions.addValidationError' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.action.ValidateActions.addValidationError' | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.Builder.EMPTY_SETTINGS. | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.readSettingsFromStream. | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.writeSettingsToStream. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Map' | 27 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 46 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Map' | 46 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 46 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.ClusterState.builder' | 48 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.ClusterState.builder' | 48 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.ClusterState.builder. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 39 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Map' | 39 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 39 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.collect.Sets.newHashSet' | 42 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.collect.Sets.newHashSet' | 42 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Sets.newHashSet. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 38 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 38 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 38 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.action.ValidateActions.addValidationError' | 43 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.action.ValidateActions.addValidationError' | 43 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. | 43 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.Strings.EMPTY_ARRAY. | 44 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.Strings.hasLength. | 45 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.Builder.EMPTY_SETTINGS. | 46 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.readSettingsFromStream. | 47 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.writeSettingsToStream. | 48 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.support.XContentMapValues.nodeBooleanValue. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Map' | 28 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.action.ValidateActions.addValidationError' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.action.ValidateActions.addValidationError' | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 28 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.action.ValidateActions.addValidationError' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.action.ValidateActions.addValidationError' | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 38 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 38 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 38 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.action.ValidateActions.addValidationError' | 43 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.action.ValidateActions.addValidationError' | 43 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. | 43 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.Strings.hasLength. | 44 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.Builder.EMPTY_SETTINGS. | 45 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.readSettingsFromStream. | 46 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.writeSettingsToStream. | 47 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.support.XContentMapValues.nodeBooleanValue. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 28 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 34 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 39 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Sets.newHashSet. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 28 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.action.ValidateActions.addValidationError' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.action.ValidateActions.addValidationError' | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.action.support.nodes.*. | 28 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 43 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 43 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 45 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Map' | 45 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 45 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.collect.Maps.newHashMap' | 48 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.collect.Maps.newHashMap' | 48 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Maps.newHashMap. | 48 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Sets.newHashSet. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - com.carrotsearch.hppc.cursors.ObjectObjectCursor. | 23 | |
| imports | UnusedImports | Unused import - org.elasticsearch.cluster.block.ClusterBlockLevel. | 32 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 42 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 42 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 42 | |
| imports | UnusedImports | Unused import - java.util.List. | 42 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 44 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 44 | |
| imports | UnusedImports | Unused import - com.google.common.collect.Lists.newArrayList. | 44 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. | 44 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.metadata.MetaData.lookupFactorySafe. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 40 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 40 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 43 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 43 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 47 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 47 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.elasticsearch.action.admin.cluster.state.ClusterStateRequest. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.action.*. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.common.xcontent.*. | 28 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 42 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 42 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 42 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.action.ValidateActions.addValidationError' | 48 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.action.ValidateActions.addValidationError' | 48 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. | 48 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.metadata.AliasAction.readAliasAction. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Map' | 29 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.*' | 41 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.*' | 41 | |
| imports | ImportOrder | Wrong order for 'java.util.*' import. | 41 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 36 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.action.ValidateActions.addValidationError' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.action.ValidateActions.addValidationError' | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.analysis.*. | 42 | |
| imports | ImportOrder | Wrong order for 'org.elasticsearch.index.IndexService' import. | 45 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 54 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 54 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.elasticsearch.client.Client. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.elasticsearch.index.IndexService' import. | 37 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 45 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 45 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 45 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 48 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 48 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 30 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.action.ValidateActions.addValidationError' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.action.ValidateActions.addValidationError' | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Map' | 32 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 32 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.collect.Maps.newHashMap' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.collect.Maps.newHashMap' | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Maps.newHashMap. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.common.xcontent.*. | 43 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 45 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 45 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 45 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.collect.Maps.newHashMap' | 49 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.collect.Maps.newHashMap' | 49 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Maps.newHashMap. | 49 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. | 50 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.Builder.EMPTY_SETTINGS. | 51 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.readSettingsFromStream. | 52 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.writeSettingsToStream. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Map' | 31 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 32 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.action.ValidateActions.addValidationError' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.action.ValidateActions.addValidationError' | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.unit.TimeValue.readTimeValue. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 31 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.action.ValidateActions.addValidationError' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.action.ValidateActions.addValidationError' | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.action.ValidateActions.addValidationError' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.action.ValidateActions.addValidationError' | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 41 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 41 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 41 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 44 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 44 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.action.ActionResponse' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.action.ActionResponse' | 25 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 41 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 41 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.ElasticsearchException' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.ElasticsearchException' | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 31 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.action.ValidateActions.addValidationError' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.action.ValidateActions.addValidationError' | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.HashSet' | 60 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.HashSet' | 60 | |
| imports | ImportOrder | Wrong order for 'java.util.HashSet' import. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.elasticsearch.action.support.TransportAction. | 26 | |
| imports | UnusedImports | Unused import - org.elasticsearch.transport.BaseTransportRequestHandler. | 33 | |
| imports | UnusedImports | Unused import - org.elasticsearch.transport.TransportChannel. | 34 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.concurrent.atomic.AtomicInteger' | 37 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.concurrent.atomic.AtomicInteger' | 37 | |
| imports | ImportOrder | Wrong order for 'java.util.concurrent.atomic.AtomicInteger' import. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.elasticsearch.index.IndexService' import. | 43 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 50 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 50 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 36 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 36 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.action.ValidateActions.addValidationError' | 39 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.action.ValidateActions.addValidationError' | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Map' | 28 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 30 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.action.ValidateActions.addValidationError' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.action.ValidateActions.addValidationError' | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 41 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 41 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 41 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 44 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 44 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.elasticsearch.action.admin.indices.IndicesAction' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.action.support.broadcast.BroadcastOperationRequest' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.action.support.broadcast.BroadcastOperationRequest' | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.ArrayList' | 45 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.ArrayList' | 45 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 41 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 41 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 41 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 44 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 44 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Iterator' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Iterator' | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Iterator' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Iterator' | 25 | |
| imports | ImportOrder | Wrong order for 'java.util.Iterator' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.elasticsearch.action.support.IndicesOptions. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.routing.ImmutableShardRouting.readShardRoutingEntry' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.routing.ImmutableShardRouting.readShardRoutingEntry' | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.routing.ImmutableShardRouting.readShardRoutingEntry. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.elasticsearch.index.shard.IndexShard' import. | 39 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 44 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 44 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 44 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 47 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 47 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.elasticsearch.action.admin.cluster.state.ClusterStateRequest. | 24 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 42 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Map' | 42 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 35 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.action.ValidateActions.addValidationError' | 38 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.action.ValidateActions.addValidationError' | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.Builder.EMPTY_SETTINGS. | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.readSettingsFromStream. | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.writeSettingsToStream. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Map' | 28 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 51 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 51 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Iterator' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Iterator' | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 37 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 37 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 31 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.routing.ImmutableShardRouting.readShardRoutingEntry' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.routing.ImmutableShardRouting.readShardRoutingEntry' | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.routing.ImmutableShardRouting.readShardRoutingEntry. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 48 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 48 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 48 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 52 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 52 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Iterator' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Iterator' | 29 | |
| imports | ImportOrder | Wrong order for 'java.util.Iterator' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Iterator' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Iterator' | 28 | |
| imports | ImportOrder | Wrong order for 'java.util.Iterator' import. | 28 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 37 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 37 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 37 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 42 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 42 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. | 42 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Maps.newHashMap. | 43 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.action.admin.indices.status.ShardStatus.readIndexShardStatus. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 32 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.routing.ImmutableShardRouting.readShardRoutingEntry' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.routing.ImmutableShardRouting.readShardRoutingEntry' | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.routing.ImmutableShardRouting.readShardRoutingEntry. | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.unit.ByteSizeValue.readBytesSizeValue. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 52 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 52 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 52 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 56 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 56 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 26 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.action.ValidateActions.addValidationError' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.action.ValidateActions.addValidationError' | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 28 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.action.ValidateActions.addValidationError' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.action.ValidateActions.addValidationError' | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 38 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 38 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.common.xcontent.*. | 39 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 42 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 42 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 42 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.collect.Maps.newHashMap' | 46 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.collect.Maps.newHashMap' | 46 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Maps.newHashMap. | 46 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Sets.newHashSet. | 47 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. | 48 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.Builder.EMPTY_SETTINGS. | 49 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.readSettingsFromStream. | 50 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.writeSettingsToStream. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Map' | 29 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.elasticsearch.index.IndexService' import. | 42 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 52 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 52 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 52 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 58 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 58 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 37 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 37 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 28 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.action.admin.indices.validate.query.QueryExplanation.readQueryExplanation' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.action.admin.indices.validate.query.QueryExplanation.readQueryExplanation' | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.action.admin.indices.validate.query.QueryExplanation.readQueryExplanation. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 31 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.action.ValidateActions.addValidationError' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.action.ValidateActions.addValidationError' | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Arrays' | 43 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Arrays' | 43 | |
| imports | ImportOrder | Wrong order for 'java.util.Arrays' import. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.elasticsearch.action.admin.indices.alias.get.GetAliasesRequest. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 31 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.action.ValidateActions.addValidationError' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.action.ValidateActions.addValidationError' | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.ArrayList' | 45 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.ArrayList' | 45 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.Closeable' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.Closeable' | 36 | |
| imports | ImportOrder | Wrong order for 'java.io.Closeable' import. | 36 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.concurrent.*. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.action.*. | 24 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 41 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 41 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 41 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.action.ValidateActions.addValidationError' | 45 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.action.ValidateActions.addValidationError' | 45 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.*' | 61 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.*' | 61 | |
| imports | ImportOrder | Wrong order for 'java.util.*' import. | 61 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.elasticsearch.index.IndexService' import. | 56 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 64 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Map' | 64 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 39 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 39 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 39 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.search.internal.SearchContext.DEFAULT_TERMINATE_AFTER' | 43 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.search.internal.SearchContext.DEFAULT_TERMINATE_AFTER' | 43 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.internal.SearchContext.DEFAULT_TERMINATE_AFTER. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.Version' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.Version' | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 31 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.search.internal.SearchContext.DEFAULT_TERMINATE_AFTER' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.search.internal.SearchContext.DEFAULT_TERMINATE_AFTER' | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.internal.SearchContext.DEFAULT_TERMINATE_AFTER. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.elasticsearch.index.IndexService' import. | 43 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 55 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 55 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 55 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 60 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 60 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. | 60 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.internal.SearchContext.DEFAULT_TERMINATE_AFTER. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 32 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.action.ValidateActions.addValidationError' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.action.ValidateActions.addValidationError' | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.action.ValidateActions.addValidationError' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.action.ValidateActions.addValidationError' | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 31 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 39 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 39 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 39 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.action.ValidateActions.addValidationError' | 43 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.action.ValidateActions.addValidationError' | 43 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Map' | 32 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.collect.Maps.newHashMap' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.collect.Maps.newHashMap' | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Maps.newHashMap. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Set' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Set' | 26 | |
| imports | ImportOrder | Wrong order for 'java.util.Set' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 34 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.action.ValidateActions.addValidationError' | 39 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.action.ValidateActions.addValidationError' | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 37 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Map' | 37 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 34 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.elasticsearch.index.IndexService' import. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 37 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 37 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.elasticsearch.index.IndexService' import. | 45 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 57 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 57 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 57 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 63 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 63 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. | 63 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.action.exists.ExistsRequest.DEFAULT_MIN_SCORE. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.lucene.Lucene.readExplanation' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.lucene.Lucene.readExplanation' | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.lucene.Lucene.readExplanation. | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.lucene.Lucene.writeExplanation. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.elasticsearch.index.IndexService' import. | 41 | |
| imports | ImportOrder | Wrong order for 'org.elasticsearch.index.shard.IndexShard' import. | 43 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 54 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 54 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.action.*. | 26 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 41 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 41 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.HashMap' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.HashMap' | 36 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.elasticsearch.index.IndexService' import. | 33 | |
| imports | ImportOrder | Wrong order for 'org.elasticsearch.index.shard.IndexShard' import. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.*. | 23 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.action.*. | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.common.xcontent.*. | 36 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 41 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 41 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 41 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.action.ValidateActions.addValidationError' | 45 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.action.ValidateActions.addValidationError' | 45 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Map' | 33 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.elasticsearch.index.IndexService' import. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 32 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.action.ValidateActions.addValidationError' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.action.ValidateActions.addValidationError' | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 36 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 31 | |
| imports | UnusedImports | Unused import - java.util.Map. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 42 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 42 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 42 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.action.ValidateActions.addValidationError' | 45 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.action.ValidateActions.addValidationError' | 45 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Map' | 31 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.action.*. | 26 | |
| imports | UnusedImports | Unused import - org.elasticsearch.common.lucene.search.Queries. | 36 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 42 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 42 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 42 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.search.Scroll.readScroll' | 46 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.search.Scroll.readScroll' | 46 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.Scroll.readScroll. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Map' | 32 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.mapper.*. | 46 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Collections' | 57 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Collections' | 57 | |
| imports | ImportOrder | Wrong order for 'java.util.Collections' import. | 57 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.collect.Sets.newHashSet' | 61 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.collect.Sets.newHashSet' | 61 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Sets.newHashSet. | 61 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. | 62 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. | 62 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.builder.SearchSourceBuilder.searchSource. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 39 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 39 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 39 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.action.ValidateActions.addValidationError' | 45 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.action.ValidateActions.addValidationError' | 45 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 39 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 39 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 39 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.action.ValidateActions.addValidationError' | 43 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.action.ValidateActions.addValidationError' | 43 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Map' | 36 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 38 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 38 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 38 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.common.xcontent.*. | 27 | |
| imports | UnusedImports | Unused import - org.elasticsearch.search.builder.SearchSourceBuilderException. | 32 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 38 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 38 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.action.get.*. | 26 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.*' | 45 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.*' | 45 | |
| imports | ImportOrder | Wrong order for 'java.util.*' import. | 45 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 46 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 46 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 46 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 51 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 51 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 45 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 45 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 26 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 30 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestStatus.NOT_FOUND' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestStatus.NOT_FOUND' | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.NOT_FOUND. | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.OK. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 40 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 40 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 40 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.action.ValidateActions.addValidationError' | 44 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.action.ValidateActions.addValidationError' | 44 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 43 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 43 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 43 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.search.Scroll.readScroll' | 47 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.search.Scroll.readScroll' | 47 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.Scroll.readScroll. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.elasticsearch.search.facet.FacetBuilder' import. | 38 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 45 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Map' | 45 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.common.xcontent.*. | 26 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 34 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.action.search.ShardSearchFailure.readShardSearchFailure' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.action.search.ShardSearchFailure.readShardSearchFailure' | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.action.search.ShardSearchFailure.readShardSearchFailure. | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.internal.InternalSearchResponse.readInternalSearchResponse. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 30 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.action.ValidateActions.addValidationError' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.action.ValidateActions.addValidationError' | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.Scroll.readScroll. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 32 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.search.SearchShardTarget.readSearchShardTarget' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.search.SearchShardTarget.readSearchShardTarget' | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.SearchShardTarget.readSearchShardTarget. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.elasticsearch.action.support.TransportAction. | 25 | |
| imports | UnusedImports | Unused import - org.elasticsearch.transport.BaseTransportRequestHandler. | 36 | |
| imports | UnusedImports | Unused import - org.elasticsearch.transport.TransportChannel. | 37 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.ArrayList' | 40 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.ArrayList' | 40 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 40 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.action.search.type.TransportSearchHelper.parseScrollId' | 45 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.action.search.type.TransportSearchHelper.parseScrollId' | 45 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.action.search.type.TransportSearchHelper.parseScrollId. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.concurrent.atomic.AtomicInteger' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.concurrent.atomic.AtomicInteger' | 35 | |
| imports | ImportOrder | Wrong order for 'java.util.concurrent.atomic.AtomicInteger' import. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.action.search.type.*. | 23 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Map' | 35 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 35 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.action.search.SearchType.*' | 38 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.action.search.SearchType.*' | 38 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.action.search.SearchType.*. | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.action.search.SearchType.*. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.elasticsearch.action.support.TransportAction. | 30 | |
| imports | UnusedImports | Unused import - org.elasticsearch.transport.BaseTransportRequestHandler. | 34 | |
| imports | UnusedImports | Unused import - org.elasticsearch.transport.TransportChannel. | 35 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.action.search.type.ParsedScrollId.*' | 38 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.action.search.type.ParsedScrollId.*' | 38 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.action.search.type.ParsedScrollId.*. | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.action.search.type.ParsedScrollId.*. | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.action.search.type.TransportSearchHelper.parseScrollId. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Map' | 25 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.action.search.type.TransportSearchHelper.buildScrollId' | 40 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.action.search.type.TransportSearchHelper.buildScrollId' | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.action.search.type.TransportSearchHelper.buildScrollId. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 44 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 44 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.elasticsearch.search.fetch.FetchSearchResult' import. | 43 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 50 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 50 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 41 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 41 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 40 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 40 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 40 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.action.search.type.TransportSearchHelper.buildScrollId' | 42 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.action.search.type.TransportSearchHelper.buildScrollId' | 42 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.action.search.type.TransportSearchHelper.buildScrollId. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.elasticsearch.search.fetch.FetchSearchResult' import. | 40 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 46 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 46 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.action.search.type.TransportSearchHelper.buildScrollId' | 41 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.action.search.type.TransportSearchHelper.buildScrollId' | 41 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.action.search.type.TransportSearchHelper.buildScrollId. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.action.search.*. | 24 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 40 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 40 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 40 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.action.search.type.TransportSearchHelper.internalScrollSearchRequest' | 43 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.action.search.type.TransportSearchHelper.internalScrollSearchRequest' | 43 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.action.search.type.TransportSearchHelper.internalScrollSearchRequest. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.action.search.*. | 25 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 43 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 43 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 43 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.action.search.type.TransportSearchHelper.internalScrollSearchRequest' | 46 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.action.search.type.TransportSearchHelper.internalScrollSearchRequest' | 46 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.action.search.type.TransportSearchHelper.internalScrollSearchRequest. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 43 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 43 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 43 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.action.search.type.TransportSearchHelper.internalScrollSearchRequest' | 47 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.action.search.type.TransportSearchHelper.internalScrollSearchRequest' | 47 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.action.search.type.TransportSearchHelper.internalScrollSearchRequest. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 59 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 59 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 59 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.action.search.type.TransportSearchHelper.internalSearchRequest' | 64 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.action.search.type.TransportSearchHelper.internalSearchRequest' | 64 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.action.search.type.TransportSearchHelper.internalSearchRequest. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 30 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.ToXContent.EMPTY_PARAMS' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.ToXContent.EMPTY_PARAMS' | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.ToXContent.EMPTY_PARAMS. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.elasticsearch.index.IndexService' import. | 41 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.HashMap' | 51 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.HashMap' | 51 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 51 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 57 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 57 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 29 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Arrays' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Arrays' | 24 | |
| imports | ImportOrder | Wrong order for 'java.util.Arrays' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.concurrent.ExecutionException' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.concurrent.ExecutionException' | 31 | |
| imports | ImportOrder | Wrong order for 'java.util.concurrent.ExecutionException' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.ExceptionsHelper.detailedMessage' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.ExceptionsHelper.detailedMessage' | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.ExceptionsHelper.detailedMessage. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.action.*. | 23 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.concurrent.atomic.AtomicInteger' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.concurrent.atomic.AtomicInteger' | 30 | |
| imports | ImportOrder | Wrong order for 'java.util.concurrent.atomic.AtomicInteger' import. | 30 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.action.support.PlainActionFuture.newFuture' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.action.support.PlainActionFuture.newFuture' | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.action.support.PlainActionFuture.newFuture. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.elasticsearch.client.IndicesAdminClient. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.action.support.DefaultShardOperationFailedException.readShardOperationFailed. | 22 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.action.ActionResponse' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.action.ActionResponse' | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.transport.*. | 39 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.concurrent.atomic.AtomicInteger' | 41 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.concurrent.atomic.AtomicInteger' | 41 | |
| imports | ImportOrder | Wrong order for 'java.util.concurrent.atomic.AtomicInteger' import. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.unit.TimeValue.readTimeValue' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.unit.TimeValue.readTimeValue' | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.unit.TimeValue.readTimeValue. | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.unit.TimeValue.timeValueSeconds. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.elasticsearch.client.ClusterAdminClient. | 21 | |
| imports | UnusedImports | Unused import - org.elasticsearch.client.IndicesAdminClient. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.elasticsearch.client.ClusterAdminClient. | 24 | |
| imports | UnusedImports | Unused import - org.elasticsearch.client.IndicesAdminClient. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.elasticsearch.client.ClusterAdminClient. | 23 | |
| imports | UnusedImports | Unused import - org.elasticsearch.client.IndicesAdminClient. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.transport.*. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.elasticsearch.client.ClusterAdminClient. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.transport.*. | 35 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.concurrent.atomic.AtomicInteger' | 37 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.concurrent.atomic.AtomicInteger' | 37 | |
| imports | ImportOrder | Wrong order for 'java.util.concurrent.atomic.AtomicInteger' import. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.action.*. | 22 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 32 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.action.ValidateActions.addValidationError' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.action.ValidateActions.addValidationError' | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 39 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 39 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Map' | 36 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.action.*. | 26 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.cluster.routing.*. | 39 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.transport.*. | 54 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 56 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 56 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.transport.*. | 43 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 45 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 45 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.transport.*. | 43 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.concurrent.atomic.AtomicBoolean' | 45 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.concurrent.atomic.AtomicBoolean' | 45 | |
| imports | ImportOrder | Wrong order for 'java.util.concurrent.atomic.AtomicBoolean' import. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.transport.*. | 46 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 48 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 48 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 48 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.action.support.TransportActions.isShardNotAvailableException' | 50 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.action.support.TransportActions.isShardNotAvailableException' | 50 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.action.support.TransportActions.isShardNotAvailableException. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.action.*. | 25 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 33 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.index.*. | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.util.*. | 25 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.apache.lucene.util.ArrayUtil.grow' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'org.apache.lucene.util.ArrayUtil.grow' | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.apache.lucene.util.ArrayUtil.grow. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 38 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 38 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 38 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 39 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 42 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 42 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Map' | 27 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 44 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 44 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.index.*. | 21 | |
| imports | UnusedImports | Unused import - org.apache.lucene.search.TermStatistics. | 22 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.HashMap' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.HashMap' | 36 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.elasticsearch.index.shard.IndexShard' import. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.elasticsearch.index.IndexService' import. | 55 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 62 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Map' | 62 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.elasticsearch.index.shard.IndexShard' import. | 46 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.ArrayList' | 52 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.ArrayList' | 52 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 52 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.collect.Maps.newHashMapWithExpectedSize' | 56 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.collect.Maps.newHashMapWithExpectedSize' | 56 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Maps.newHashMapWithExpectedSize. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 46 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 46 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 46 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.action.ValidateActions.addValidationError' | 49 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.action.ValidateActions.addValidationError' | 49 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.action.ValidateActions.addValidationError. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Map' | 34 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.File' | 41 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.File' | 41 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 41 | |
| imports | UnusedImports | Unused import - java.nio.file.Paths. | 43 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.collect.Sets.newHashSet' | 48 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.collect.Sets.newHashSet' | 48 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Sets.newHashSet. | 48 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.jna.Kernel32Library.ConsoleCtrlHandler. | 49 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.Builder.EMPTY_SETTINGS. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.lang.management.ManagementFactory' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.lang.management.ManagementFactory' | 25 | |
| imports | ImportOrder | Wrong order for 'java.lang.management.ManagementFactory' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.jboss.netty.channel.*. | 38 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 41 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 41 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 41 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.util.concurrent.EsExecutors.daemonThreadFactory' | 48 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.util.concurrent.EsExecutors.daemonThreadFactory' | 48 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.util.concurrent.EsExecutors.daemonThreadFactory. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - com.carrotsearch.hppc.*. | 22 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Locale' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Locale' | 32 | |
| imports | ImportOrder | Wrong order for 'java.util.Locale' import. | 32 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.recycler.Recyclers.*' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.recycler.Recyclers.*' | 34 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.common.recycler.Recyclers.*. | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.recycler.Recyclers.*. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Arrays' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Arrays' | 33 | |
| imports | ImportOrder | Wrong order for 'java.util.Arrays' import. | 33 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.recycler.Recyclers.*' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.recycler.Recyclers.*' | 36 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.common.recycler.Recyclers.*. | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.recycler.Recyclers.*. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.inject.Modules.createModule' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.inject.Modules.createModule' | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.inject.Modules.createModule. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.action.*. | 22 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.action.get.*. | 41 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.action.percolate.*. | 56 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.action.search.*. | 57 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.action.termvector.*. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.action.*. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.action.*. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.action.*. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.action.admin.indices.mapping.get.*. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.action.*. | 23 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Map' | 34 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.action.*. | 23 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Map' | 33 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.action.*. | 23 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Map' | 33 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.action.*. | 22 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.action.get.*. | 47 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.action.percolate.*. | 67 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.action.search.*. | 68 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.action.termvector.*. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.action.*. | 22 | |
| imports | UnusedImports | Unused import - org.elasticsearch.action.admin.cluster.ClusterAction. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.action.*. | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.action.admin.indices.mapping.get.*. | 76 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.ArrayList' | 150 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.ArrayList' | 150 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 150 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.action.*. | 25 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.action.search.*. | 45 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.concurrent.TimeUnit' | 87 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.concurrent.TimeUnit' | 87 | |
| imports | ImportOrder | Wrong order for 'java.util.concurrent.TimeUnit' import. | 87 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 89 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 89 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 89 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.transport.*. | 49 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.*' | 51 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.*' | 51 | |
| imports | ImportOrder | Wrong order for 'java.util.*' import. | 51 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 51 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.unit.TimeValue.timeValueSeconds' | 57 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.unit.TimeValue.timeValueSeconds' | 57 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.unit.TimeValue.timeValueSeconds. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.action.*. | 23 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 37 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Map' | 37 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.action.*. | 23 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 37 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Map' | 37 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.action.*. | 23 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 37 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Map' | 37 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Arrays' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Arrays' | 29 | |
| imports | ImportOrder | Wrong order for 'java.util.Arrays' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Map' | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.cluster.metadata.*. | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.HashSet' | 41 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.HashSet' | 41 | |
| imports | ImportOrder | Wrong order for 'java.util.HashSet' import. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 31 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.cluster.routing.*. | 35 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 53 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 53 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.concurrent.atomic.AtomicReference' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.concurrent.atomic.AtomicReference' | 27 | |
| imports | ImportOrder | Wrong order for 'java.util.concurrent.atomic.AtomicReference' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.*' | 47 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.*' | 47 | |
| imports | ImportOrder | Wrong order for 'java.util.*' import. | 47 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 55 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 55 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.lucene.util.IOUtils. | 23 | |
| imports | UnusedImports | Unused import - org.elasticsearch.env.ShardLock. | 35 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.transport.*. | 39 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 41 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 41 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.transport.*. | 36 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 38 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 38 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.cluster.routing.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.transport.*. | 41 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 43 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 43 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 43 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.routing.ImmutableShardRouting.readShardRoutingEntry' | 48 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.routing.ImmutableShardRouting.readShardRoutingEntry' | 48 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.routing.ImmutableShardRouting.readShardRoutingEntry. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.EnumSet' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.EnumSet' | 24 | |
| imports | ImportOrder | Wrong order for 'java.util.EnumSet' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.elasticsearch.Version. | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 49 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 49 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 49 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.node.DiscoveryNodeFilters.OpType.AND' | 55 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.node.DiscoveryNodeFilters.OpType.AND' | 55 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.node.DiscoveryNodeFilters.OpType.AND. | 55 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.node.DiscoveryNodeFilters.OpType.OR. | 56 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.*. | 57 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.*. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.common.xcontent.*. | 34 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 37 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 37 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 40 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 40 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 40 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.support.XContentMapValues.nodeBooleanValue' | 44 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.support.XContentMapValues.nodeBooleanValue' | 44 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.support.XContentMapValues.nodeBooleanValue. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - com.google.common.collect.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.common.xcontent.*. | 42 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 49 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 49 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 49 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 50 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 52 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 52 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. | 52 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Maps.newHashMap. | 53 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.*. | 54 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.*. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.*. | 41 | |
| imports | ImportOrder | Wrong order for 'org.elasticsearch.index.IndexService' import. | 68 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.indices.*. | 69 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.File' | 74 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.File' | 74 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 74 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 78 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.metadata.IndexMetaData.*' | 82 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.metadata.IndexMetaData.*' | 82 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.*. | 82 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.*. | 82 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 83 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.concurrent.ScheduledFuture' | 41 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.concurrent.ScheduledFuture' | 41 | |
| imports | ImportOrder | Wrong order for 'java.util.concurrent.ScheduledFuture' import. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.elasticsearch.index.IndexService' import. | 38 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 42 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 42 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.ArrayList' | 47 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.ArrayList' | 47 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 44 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 44 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.elasticsearch.index.IndexService' import. | 43 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.*' | 51 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.*' | 51 | |
| imports | ImportOrder | Wrong order for 'java.util.*' import. | 51 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 51 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.collect.Maps.newHashMap' | 53 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.collect.Maps.newHashMap' | 53 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Maps.newHashMap. | 53 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.mapper.DocumentMapper.MergeFlags.mergeFlags. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.concurrent.Semaphore' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.concurrent.Semaphore' | 28 | |
| imports | ImportOrder | Wrong order for 'java.util.concurrent.Semaphore' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.cluster.*. | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.*' | 43 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.*' | 43 | |
| imports | ImportOrder | Wrong order for 'java.util.*' import. | 43 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 32 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.collect.Maps.newHashMap' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.collect.Maps.newHashMap' | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Maps.newHashMap. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.common.io.stream.*. | 28 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 34 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.transport.TransportAddressSerializers.addressToStream' | 38 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.transport.TransportAddressSerializers.addressToStream' | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.transport.TransportAddressSerializers.addressToStream. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.HashMap' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.HashMap' | 26 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 27 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 37 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 37 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 37 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 42 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 42 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.*' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.*' | 24 | |
| imports | ImportOrder | Wrong order for 'java.util.*' import. | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 36 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 36 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 42 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 42 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 32 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 33 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 24 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 24 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.ArrayList' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.ArrayList' | 26 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 26 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - com.google.common.collect.*. | 25 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.*' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.*' | 33 | |
| imports | ImportOrder | Wrong order for 'java.util.*' import. | 33 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 33 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Maps.newHashMap. | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Sets.newHashSet. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.cluster.*. | 23 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.concurrent.Future' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.concurrent.Future' | 35 | |
| imports | ImportOrder | Wrong order for 'java.util.concurrent.Future' import. | 35 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.unit.TimeValue.timeValueSeconds' | 37 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.unit.TimeValue.timeValueSeconds' | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.unit.TimeValue.timeValueSeconds. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - com.google.common.collect.*. | 23 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 33 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 38 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Maps.newHashMap. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Lists.newArrayListWithCapacity. | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Maps.newHashMap. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - com.google.common.collect.Iterators. | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.cluster.routing.*. | 32 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.ArrayList' | 41 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.ArrayList' | 41 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 41 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.routing.ShardRoutingState.INITIALIZING' | 45 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.routing.ShardRoutingState.INITIALIZING' | 45 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.INITIALIZING. | 45 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.RELOCATING. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 28 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.HashMap' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.HashMap' | 31 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 28 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.*' | 44 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.*' | 44 | |
| imports | ImportOrder | Wrong order for 'java.util.*' import. | 44 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 44 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.routing.ShardRoutingState.INITIALIZING' | 46 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.routing.ShardRoutingState.INITIALIZING' | 46 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.INITIALIZING. | 46 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.RELOCATING. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Arrays' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Arrays' | 36 | |
| imports | ImportOrder | Wrong order for 'java.util.Arrays' import. | 36 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.routing.ShardRoutingState.INITIALIZING' | 41 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.routing.ShardRoutingState.INITIALIZING' | 41 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.INITIALIZING. | 41 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.STARTED. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.elasticsearch.cluster.routing.RoutingNodes. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 39 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 39 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.elasticsearch.cluster.routing.allocation.RoutingAllocation' import. | 26 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 34 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 40 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 40 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 40 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 40 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.routing.ShardRoutingState.INITIALIZING' | 42 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.routing.ShardRoutingState.INITIALIZING' | 42 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.INITIALIZING. | 42 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.RELOCATING. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 39 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 39 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Set' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Set' | 28 | |
| imports | ImportOrder | Wrong order for 'java.util.Set' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 28 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.HashMap' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.HashMap' | 35 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Locale' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Locale' | 31 | |
| imports | ImportOrder | Wrong order for 'java.util.Locale' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 39 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Map' | 39 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 39 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.InternalClusterInfoService.shardIdentifierFromRouting' | 41 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.InternalClusterInfoService.shardIdentifierFromRouting' | 41 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.InternalClusterInfoService.shardIdentifierFromRouting. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Locale' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Locale' | 31 | |
| imports | ImportOrder | Wrong order for 'java.util.Locale' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.node.DiscoveryNodeFilters.OpType.AND' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.node.DiscoveryNodeFilters.OpType.AND' | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.node.DiscoveryNodeFilters.OpType.AND. | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.node.DiscoveryNodeFilters.OpType.OR. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Map' | 29 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.inject.Modules.createModule' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.inject.Modules.createModule' | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.inject.Modules.createModule. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.lucene.util.CollectionUtil. | 23 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.*' | 46 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.*' | 46 | |
| imports | ImportOrder | Wrong order for 'java.util.*' import. | 46 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.elasticsearch.common.collect.Tuple. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.cluster.*. | 26 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.common.util.concurrent.*. | 46 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.*' | 53 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.*' | 53 | |
| imports | ImportOrder | Wrong order for 'java.util.*' import. | 53 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 53 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.concurrent.*. | 54 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.util.concurrent.EsExecutors.daemonThreadFactory' | 56 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.util.concurrent.EsExecutors.daemonThreadFactory' | 56 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.util.concurrent.EsExecutors.daemonThreadFactory. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.lang.annotation.Documented' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.lang.annotation.Documented' | 24 | |
| imports | ImportOrder | Wrong order for 'java.lang.annotation.Documented' import. | 24 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.lang.annotation.ElementType.FIELD' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.lang.annotation.ElementType.FIELD' | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - java.lang.annotation.ElementType.FIELD. | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - java.lang.annotation.ElementType.PARAMETER. | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.cluster.routing.allocation.decider.*. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Map' | 26 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.unit.ByteSizeValue.parseBytesSizeValue' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.unit.ByteSizeValue.parseBytesSizeValue' | 26 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.unit.ByteSizeValue.parseBytesSizeValue. | 26 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.unit.MemorySizeValue.parseBytesSizeValueOrHeapRatio. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.elasticsearch.common.inject.Module. | 22 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.lang.reflect.Modifier' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.lang.reflect.Modifier' | 25 | |
| imports | ImportOrder | Wrong order for 'java.lang.reflect.Modifier' import. | 25 | |
| imports | UnusedImports | Unused import - java.util.Iterator. | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.Strings.toCamelCase' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.Strings.toCamelCase' | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.Strings.toCamelCase. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.net.NetworkInterface' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.net.NetworkInterface' | 25 | |
| imports | ImportOrder | Wrong order for 'java.net.NetworkInterface' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.BufferedReader' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.BufferedReader' | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.annotation.*. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.EnumSet' | 23 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.EnumSet' | 23 | |
| imports | ImportOrder | Wrong order for 'java.util.EnumSet' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.NoSuchElementException' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.NoSuchElementException' | 26 | |
| imports | ImportOrder | Wrong order for 'java.util.NoSuchElementException' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.text.NumberFormat' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.text.NumberFormat' | 24 | |
| imports | ImportOrder | Wrong order for 'java.text.NumberFormat' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.BufferedReader' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.BufferedReader' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.BufferedReader' import. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.ArrayList' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.ArrayList' | 26 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 | |
| imports | UnusedImports | Unused import - java.util.Random. | 25 | |
| imports | UnusedImports | Unused import - java.util.concurrent.atomic.AtomicLong. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Iterator' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Iterator' | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.*' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.*' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.*' import. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.File' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.File' | 32 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.BufferedInputStream' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.BufferedInputStream' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.BufferedInputStream' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.elasticsearch.threadpool.ThreadPool. | 30 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.net.MalformedURLException' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.net.MalformedURLException' | 32 | |
| imports | ImportOrder | Wrong order for 'java.net.MalformedURLException' import. | 32 | |
| imports | UnusedImports | Unused import - java.util.concurrent.Executor. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.concurrent.atomic.AtomicLong' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.concurrent.atomic.AtomicLong' | 27 | |
| imports | ImportOrder | Wrong order for 'java.util.concurrent.atomic.AtomicLong' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.concurrent.atomic.AtomicLong' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.concurrent.atomic.AtomicLong' | 24 | |
| imports | ImportOrder | Wrong order for 'java.util.concurrent.atomic.AtomicLong' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.EOFException' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.EOFException' | 33 | |
| imports | ImportOrder | Wrong order for 'java.io.EOFException' import. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 32 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.Builder.EMPTY_SETTINGS' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.Builder.EMPTY_SETTINGS' | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.Builder.EMPTY_SETTINGS. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Collection' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Collection' | 27 | |
| imports | ImportOrder | Wrong order for 'java.util.Collection' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.*' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.*' | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.*' import. | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.*' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.*' | 28 | |
| imports | ImportOrder | Wrong order for 'java.util.*' import. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Collection' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Collection' | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Iterator' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Iterator' | 28 | |
| imports | ImportOrder | Wrong order for 'java.util.Iterator' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - com.carrotsearch.hppc.*. | 22 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Iterator' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Iterator' | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - com.carrotsearch.hppc.*. | 22 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Iterator' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Iterator' | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - com.carrotsearch.hppc.*. | 22 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Iterator' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Iterator' | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Comparator' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Comparator' | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Map' | 24 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.collect.Maps.newHashMap' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.collect.Maps.newHashMap' | 26 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Maps.newHashMap. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 25 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.Closeable' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.Closeable' | 25 | |
| imports | ImportOrder | Wrong order for 'java.io.Closeable' import. | 25 | |
| imports | UnusedImports | Unused import - java.io.Closeable. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.EOFException' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.EOFException' | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.EOFException' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.EOFException' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.EOFException' | 25 | |
| imports | ImportOrder | Wrong order for 'java.io.EOFException' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 37 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 37 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - com.ning.compress.lzf.ChunkEncoder. | 23 | |
| imports | UnusedImports | Unused import - com.ning.compress.lzf.util.ChunkEncoderFactory. | 27 | |
| imports | UnusedImports | Unused import - org.apache.lucene.util.Constants. | 29 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 41 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 41 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.fielddata.*. | 26 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 28 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 28 | |
| imports | UnusedImports | Unused import - java.util.List. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.ArrayList' | 22 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.ArrayList' | 22 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Collection' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Collection' | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'com.spatial4j.core.shape.ShapeCollection' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'com.spatial4j.core.shape.ShapeCollection' | 26 | |
| imports | ImportOrder | Wrong order for 'com.spatial4j.core.shape.ShapeCollection' import. | 26 | |
| imports | UnusedImports | Unused import - com.spatial4j.core.shape.ShapeCollection. | 26 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.spatial4j.core.shape.Shape' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'com.spatial4j.core.shape.Shape' | 29 | |
| imports | ImportOrder | Wrong order for 'com.spatial4j.core.shape.Shape' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - com.vividsolutions.jts.geom.*. | 25 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.elasticsearch.ElasticsearchException' import. | 24 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'com.spatial4j.core.shape.Shape' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'com.spatial4j.core.shape.Shape' | 24 | |
| imports | ImportOrder | Wrong order for 'com.spatial4j.core.shape.Shape' import. | 24 | |
| imports | UnusedImports | Unused import - com.spatial4j.core.shape.jts.JtsGeometry. | 25 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.geo.XShapeCollection' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.geo.XShapeCollection' | 26 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.spatial4j.core.shape.Shape' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'com.spatial4j.core.shape.Shape' | 29 | |
| imports | ImportOrder | Wrong order for 'com.spatial4j.core.shape.Shape' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentBuilder' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentBuilder' | 24 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.spatial4j.core.shape.Point' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'com.spatial4j.core.shape.Point' | 26 | |
| imports | ImportOrder | Wrong order for 'com.spatial4j.core.shape.Point' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentBuilder' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentBuilder' | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.vividsolutions.jts.geom.Coordinate' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'com.vividsolutions.jts.geom.Coordinate' | 29 | |
| imports | ImportOrder | Wrong order for 'com.vividsolutions.jts.geom.Coordinate' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'com.vividsolutions.jts.geom.Coordinate' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'com.vividsolutions.jts.geom.Coordinate' | 24 | |
| imports | ImportOrder | Wrong order for 'com.vividsolutions.jts.geom.Coordinate' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 42 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 42 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 42 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.*' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.*' | 28 | |
| imports | ImportOrder | Wrong order for 'java.io.*' import. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.lang.annotation.Annotation' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.lang.annotation.Annotation' | 27 | |
| imports | ImportOrder | Wrong order for 'java.lang.annotation.Annotation' import. | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.base.Preconditions.checkNotNull' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.base.Preconditions.checkNotNull' | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.common.inject.spi.*. | 20 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Iterator' | 22 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Iterator' | 22 | |
| imports | ImportOrder | Wrong order for 'java.util.Iterator' import. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.lang.annotation.Annotation' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.lang.annotation.Annotation' | 27 | |
| imports | ImportOrder | Wrong order for 'java.lang.annotation.Annotation' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.lang.annotation.ElementType.ANNOTATION_TYPE' | 22 | |
| imports | ImportOrder | Extra separation in import group before 'java.lang.annotation.ElementType.ANNOTATION_TYPE' | 22 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - java.lang.annotation.ElementType.ANNOTATION_TYPE. | 22 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.common.inject.internal.*. | 21 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.common.inject.spi.*. | 22 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 24 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Collection' | 23 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Collection' | 23 | |
| imports | ImportOrder | Wrong order for 'java.util.Collection' import. | 23 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.base.Preconditions.checkState' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.base.Preconditions.checkState' | 25 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.common.inject.internal.*. | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.lang.reflect.Constructor' | 21 | |
| imports | ImportOrder | Extra separation in import group before 'java.lang.reflect.Constructor' | 21 | |
| imports | ImportOrder | Wrong order for 'java.lang.reflect.Constructor' import. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.common.inject.internal.*. | 20 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Set' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Set' | 26 | |
| imports | ImportOrder | Wrong order for 'java.util.Set' import. | 26 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.base.Preconditions.checkState' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.base.Preconditions.checkState' | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.lang.reflect.InvocationTargetException' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.lang.reflect.InvocationTargetException' | 26 | |
| imports | ImportOrder | Wrong order for 'java.lang.reflect.InvocationTargetException' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Collection' | 23 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Collection' | 23 | |
| imports | ImportOrder | Wrong order for 'java.util.Collection' import. | 23 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.base.Preconditions.checkArgument' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.base.Preconditions.checkArgument' | 25 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.lang.reflect.Constructor' | 21 | |
| imports | ImportOrder | Extra separation in import group before 'java.lang.reflect.Constructor' | 21 | |
| imports | ImportOrder | Wrong order for 'java.lang.reflect.Constructor' import. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 25 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 26 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 26 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.base.Preconditions.checkState' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.base.Preconditions.checkState' | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.lang.annotation.RetentionPolicy.RUNTIME' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.lang.annotation.RetentionPolicy.RUNTIME' | 24 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.common.inject.internal.*. | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.common.inject.internal.*. | 20 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.lang.annotation.ElementType.TYPE' | 22 | |
| imports | ImportOrder | Extra separation in import group before 'java.lang.annotation.ElementType.TYPE' | 22 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - java.lang.annotation.ElementType.TYPE. | 22 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.common.inject.internal.*. | 22 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.lang.annotation.Annotation' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.lang.annotation.Annotation' | 26 | |
| imports | ImportOrder | Wrong order for 'java.lang.annotation.Annotation' import. | 26 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.base.Preconditions.checkNotNull' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.base.Preconditions.checkNotNull' | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Map' | 25 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 25 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.base.Preconditions.checkNotNull' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.base.Preconditions.checkNotNull' | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.lang.annotation.ElementType.*' | 23 | |
| imports | ImportOrder | Extra separation in import group before 'java.lang.annotation.ElementType.*' | 23 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.annotation.ElementType.*. | 23 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - java.lang.annotation.ElementType.*. | 23 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 28 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.common.inject.internal.*. | 21 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Collection' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Collection' | 24 | |
| imports | ImportOrder | Wrong order for 'java.util.Collection' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.common.inject.internal.*. | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.common.inject.spi.*. | 25 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.lang.annotation.Annotation' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.lang.annotation.Annotation' | 28 | |
| imports | ImportOrder | Wrong order for 'java.lang.annotation.Annotation' import. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.reflect.*. | 29 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.inject.internal.Annotations.findScopeAnnotation' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.inject.internal.Annotations.findScopeAnnotation' | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.inject.internal.Annotations.findScopeAnnotation. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.common.inject.internal.*. | 21 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.common.inject.spi.*. | 22 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 24 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 24 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.base.Preconditions.checkNotNull' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.base.Preconditions.checkNotNull' | 27 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. | 27 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.inject.Scopes.SINGLETON. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.lang.reflect.Type' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.lang.reflect.Type' | 27 | |
| imports | ImportOrder | Wrong order for 'java.lang.reflect.Type' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.common.inject.internal.*. | 19 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.base.Preconditions.checkNotNull' | 22 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.base.Preconditions.checkNotNull' | 22 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.lang.annotation.Annotation' | 23 | |
| imports | ImportOrder | Extra separation in import group before 'java.lang.annotation.Annotation' | 23 | |
| imports | ImportOrder | Wrong order for 'java.lang.annotation.Annotation' import. | 23 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.base.Preconditions.checkArgument' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.base.Preconditions.checkArgument' | 26 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. | 26 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.lang.reflect.Field' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.lang.reflect.Field' | 27 | |
| imports | ImportOrder | Wrong order for 'java.lang.reflect.Field' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.lang.reflect.Constructor' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.lang.reflect.Constructor' | 26 | |
| imports | ImportOrder | Wrong order for 'java.lang.reflect.Constructor' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Iterator' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Iterator' | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 23 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 23 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.lang.annotation.Annotation' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.lang.annotation.Annotation' | 28 | |
| imports | ImportOrder | Wrong order for 'java.lang.annotation.Annotation' import. | 28 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.base.Preconditions.checkState' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.base.Preconditions.checkState' | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.lang.annotation.ElementType.TYPE' | 22 | |
| imports | ImportOrder | Extra separation in import group before 'java.lang.annotation.ElementType.TYPE' | 22 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - java.lang.annotation.ElementType.TYPE. | 22 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.lang.annotation.ElementType.METHOD' | 23 | |
| imports | ImportOrder | Extra separation in import group before 'java.lang.annotation.ElementType.METHOD' | 23 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - java.lang.annotation.ElementType.METHOD. | 23 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Collection' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Collection' | 24 | |
| imports | ImportOrder | Wrong order for 'java.util.Collection' import. | 24 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.base.Preconditions.checkArgument' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.base.Preconditions.checkArgument' | 26 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.lang.annotation.ElementType.ANNOTATION_TYPE' | 22 | |
| imports | ImportOrder | Extra separation in import group before 'java.lang.annotation.ElementType.ANNOTATION_TYPE' | 22 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - java.lang.annotation.ElementType.ANNOTATION_TYPE. | 22 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.lang.annotation.Annotation' | 23 | |
| imports | ImportOrder | Extra separation in import group before 'java.lang.annotation.Annotation' | 23 | |
| imports | ImportOrder | Wrong order for 'java.lang.annotation.Annotation' import. | 23 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.base.Preconditions.checkNotNull' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.base.Preconditions.checkNotNull' | 25 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.lang.annotation.Annotation' | 23 | |
| imports | ImportOrder | Extra separation in import group before 'java.lang.annotation.Annotation' | 23 | |
| imports | ImportOrder | Wrong order for 'java.lang.annotation.Annotation' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.lang.reflect.Field' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.lang.reflect.Field' | 26 | |
| imports | ImportOrder | Wrong order for 'java.lang.reflect.Field' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.lang.reflect.InvocationTargetException' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.lang.reflect.InvocationTargetException' | 25 | |
| imports | ImportOrder | Wrong order for 'java.lang.reflect.InvocationTargetException' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.lang.annotation.RetentionPolicy.RUNTIME' | 23 | |
| imports | ImportOrder | Extra separation in import group before 'java.lang.annotation.RetentionPolicy.RUNTIME' | 23 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.lang.annotation.Annotation' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.lang.annotation.Annotation' | 26 | |
| imports | ImportOrder | Wrong order for 'java.lang.annotation.Annotation' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.lang.reflect.InvocationTargetException' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.lang.reflect.InvocationTargetException' | 30 | |
| imports | ImportOrder | Wrong order for 'java.lang.reflect.InvocationTargetException' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.lang.reflect.*' | 23 | |
| imports | ImportOrder | Extra separation in import group before 'java.lang.reflect.*' | 23 | |
| imports | ImportOrder | Wrong order for 'java.lang.reflect.*' import. | 23 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.reflect.*. | 23 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.base.Preconditions.checkArgument' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.base.Preconditions.checkArgument' | 26 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. | 26 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. | 27 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.inject.internal.MoreTypes.canonicalize. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Set' | 21 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Set' | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.lang.annotation.Retention' | 21 | |
| imports | ImportOrder | Extra separation in import group before 'java.lang.annotation.Retention' | 21 | |
| imports | ImportOrder | Wrong order for 'java.lang.annotation.Retention' import. | 21 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.lang.annotation.ElementType.*' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.lang.annotation.ElementType.*' | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.annotation.ElementType.*. | 24 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - java.lang.annotation.ElementType.*. | 24 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.lang.annotation.Annotation' | 23 | |
| imports | ImportOrder | Extra separation in import group before 'java.lang.annotation.Annotation' | 23 | |
| imports | ImportOrder | Wrong order for 'java.lang.annotation.Annotation' import. | 23 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.lang.annotation.ElementType.CONSTRUCTOR' | 22 | |
| imports | ImportOrder | Extra separation in import group before 'java.lang.annotation.ElementType.CONSTRUCTOR' | 22 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - java.lang.annotation.ElementType.CONSTRUCTOR. | 22 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.common.inject.*. | 23 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.lang.annotation.Annotation' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.lang.annotation.Annotation' | 29 | |
| imports | ImportOrder | Wrong order for 'java.lang.annotation.Annotation' import. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.reflect.*. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.common.inject.*. | 23 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.lang.annotation.Annotation' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.lang.annotation.Annotation' | 29 | |
| imports | ImportOrder | Wrong order for 'java.lang.annotation.Annotation' import. | 29 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.base.Preconditions.checkState' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.base.Preconditions.checkState' | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.inject.internal.Annotations.getKey. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.common.inject.*. | 19 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.lang.annotation.Annotation' | 21 | |
| imports | ImportOrder | Extra separation in import group before 'java.lang.annotation.Annotation' | 21 | |
| imports | ImportOrder | Wrong order for 'java.lang.annotation.Annotation' import. | 21 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.base.Preconditions.checkArgument' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.base.Preconditions.checkArgument' | 25 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.lang.reflect.Type' | 21 | |
| imports | ImportOrder | Extra separation in import group before 'java.lang.reflect.Type' | 21 | |
| imports | ImportOrder | Wrong order for 'java.lang.reflect.Type' import. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.lang.annotation.Annotation' | 21 | |
| imports | ImportOrder | Extra separation in import group before 'java.lang.annotation.Annotation' | 21 | |
| imports | ImportOrder | Wrong order for 'java.lang.annotation.Annotation' import. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.lang.annotation.Annotation' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.lang.annotation.Annotation' | 25 | |
| imports | ImportOrder | Wrong order for 'java.lang.annotation.Annotation' import. | 25 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.base.Preconditions.checkNotNull' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.base.Preconditions.checkNotNull' | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.lang.annotation.Annotation' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.lang.annotation.Annotation' | 25 | |
| imports | ImportOrder | Wrong order for 'java.lang.annotation.Annotation' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.common.inject.*. | 20 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.lang.annotation.Annotation' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.lang.annotation.Annotation' | 26 | |
| imports | ImportOrder | Wrong order for 'java.lang.annotation.Annotation' import. | 26 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.base.Preconditions.checkNotNull' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.base.Preconditions.checkNotNull' | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.lang.annotation.Annotation' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.lang.annotation.Annotation' | 27 | |
| imports | ImportOrder | Wrong order for 'java.lang.annotation.Annotation' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.common.inject.*. | 23 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.common.inject.spi.*. | 24 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.PrintWriter' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.PrintWriter' | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.PrintWriter' import. | 26 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Set' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Set' | 28 | |
| imports | ImportOrder | Wrong order for 'java.util.Set' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.lang.annotation.Annotation' | 23 | |
| imports | ImportOrder | Extra separation in import group before 'java.lang.annotation.Annotation' | 23 | |
| imports | ImportOrder | Wrong order for 'java.lang.annotation.Annotation' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.concurrent.ExecutionException' | 23 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.concurrent.ExecutionException' | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.common.inject.spi.*. | 24 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Set' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Set' | 27 | |
| imports | ImportOrder | Wrong order for 'java.util.Set' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 22 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Map' | 22 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 21 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 21 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.base.Preconditions.checkNotNull' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.base.Preconditions.checkNotNull' | 26 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.base.Preconditions.checkNotNull' | 23 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.base.Preconditions.checkNotNull' | 23 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.Serializable' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.Serializable' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.Serializable' import. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.reflect.*. | 28 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.base.Preconditions.checkArgument' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.base.Preconditions.checkArgument' | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.annotation.*. | 19 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 31 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 31 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.base.Preconditions.*' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.base.Preconditions.*' | 35 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - com.google.common.base.Preconditions.*. | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.base.Preconditions.*. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.common.inject.spi.*. | 24 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Set' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Set' | 26 | |
| imports | ImportOrder | Wrong order for 'java.util.Set' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.common.inject.*. | 20 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.lang.annotation.Annotation' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.lang.annotation.Annotation' | 24 | |
| imports | ImportOrder | Wrong order for 'java.lang.annotation.Annotation' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.common.inject.*. | 21 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.lang.annotation.Annotation' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.lang.annotation.Annotation' | 26 | |
| imports | ImportOrder | Wrong order for 'java.lang.annotation.Annotation' import. | 26 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.base.Preconditions.checkNotNull' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.base.Preconditions.checkNotNull' | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.lang.annotation.Annotation' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.lang.annotation.Annotation' | 26 | |
| imports | ImportOrder | Wrong order for 'java.lang.annotation.Annotation' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 23 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.lang.annotation.Annotation' | 21 | |
| imports | ImportOrder | Extra separation in import group before 'java.lang.annotation.Annotation' | 21 | |
| imports | ImportOrder | Wrong order for 'java.lang.annotation.Annotation' import. | 21 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.lang.annotation.RetentionPolicy.RUNTIME' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.lang.annotation.RetentionPolicy.RUNTIME' | 25 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.base.Preconditions.checkArgument' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.base.Preconditions.checkArgument' | 26 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. | 26 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.lang.annotation.Retention' | 22 | |
| imports | ImportOrder | Extra separation in import group before 'java.lang.annotation.Retention' | 22 | |
| imports | ImportOrder | Wrong order for 'java.lang.annotation.Retention' import. | 22 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.lang.annotation.RetentionPolicy.RUNTIME' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.lang.annotation.RetentionPolicy.RUNTIME' | 24 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.common.inject.*. | 20 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.lang.annotation.Annotation' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.lang.annotation.Annotation' | 27 | |
| imports | ImportOrder | Wrong order for 'java.lang.annotation.Annotation' import. | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.inject.util.Types.newParameterizedType' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.inject.util.Types.newParameterizedType' | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.inject.util.Types.newParameterizedType. | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.inject.util.Types.newParameterizedTypeWithOwner. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.common.inject.*. | 22 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.lang.annotation.Annotation' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.lang.annotation.Annotation' | 30 | |
| imports | ImportOrder | Wrong order for 'java.lang.annotation.Annotation' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.lang.annotation.ElementType' | 21 | |
| imports | ImportOrder | Extra separation in import group before 'java.lang.annotation.ElementType' | 21 | |
| imports | ImportOrder | Wrong order for 'java.lang.annotation.ElementType' import. | 21 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.lang.annotation.RetentionPolicy.RUNTIME' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.lang.annotation.RetentionPolicy.RUNTIME' | 25 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.base.Preconditions.checkNotNull' | 22 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.base.Preconditions.checkNotNull' | 22 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Enumeration' | 22 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Enumeration' | 22 | |
| imports | ImportOrder | Wrong order for 'java.util.Enumeration' import. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.lang.annotation.Annotation' | 21 | |
| imports | ImportOrder | Extra separation in import group before 'java.lang.annotation.Annotation' | 21 | |
| imports | ImportOrder | Wrong order for 'java.lang.annotation.Annotation' import. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Set' | 21 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Set' | 21 | |
| imports | ImportOrder | Wrong order for 'java.util.Set' import. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Set' | 22 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Set' | 22 | |
| imports | ImportOrder | Wrong order for 'java.util.Set' import. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.lang.annotation.Annotation' | 21 | |
| imports | ImportOrder | Extra separation in import group before 'java.lang.annotation.Annotation' | 21 | |
| imports | ImportOrder | Wrong order for 'java.lang.annotation.Annotation' import. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 24 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.common.inject.*. | 23 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.common.inject.internal.*. | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.lang.annotation.Annotation' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.lang.annotation.Annotation' | 32 | |
| imports | ImportOrder | Wrong order for 'java.lang.annotation.Annotation' import. | 32 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 33 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.base.Preconditions.checkArgument' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.base.Preconditions.checkArgument' | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.base.Preconditions.checkArgument. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.common.inject.internal.*. | 26 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.lang.annotation.Annotation' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.lang.annotation.Annotation' | 28 | |
| imports | ImportOrder | Wrong order for 'java.lang.annotation.Annotation' import. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.reflect.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 30 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.inject.internal.MoreTypes.getRawType' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.inject.internal.MoreTypes.getRawType' | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.inject.internal.MoreTypes.getRawType. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Set' | 23 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Set' | 23 | |
| imports | ImportOrder | Wrong order for 'java.util.Set' import. | 23 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.base.Preconditions.checkNotNull' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.base.Preconditions.checkNotNull' | 25 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Set' | 21 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Set' | 21 | |
| imports | ImportOrder | Wrong order for 'java.util.Set' import. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.base.Preconditions.checkNotNull' | 23 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.base.Preconditions.checkNotNull' | 23 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. | 23 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.ObjectStreamException' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.ObjectStreamException' | 25 | |
| imports | ImportOrder | Wrong order for 'java.io.ObjectStreamException' import. | 25 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.base.Preconditions.checkNotNull' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.base.Preconditions.checkNotNull' | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 22 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 22 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Set' | 22 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Set' | 22 | |
| imports | ImportOrder | Wrong order for 'java.util.Set' import. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.base.Preconditions.checkNotNull' | 23 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.base.Preconditions.checkNotNull' | 23 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. | 23 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.base.Preconditions.checkState. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.lang.annotation.Annotation' | 22 | |
| imports | ImportOrder | Extra separation in import group before 'java.lang.annotation.Annotation' | 22 | |
| imports | ImportOrder | Wrong order for 'java.lang.annotation.Annotation' import. | 22 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.base.Preconditions.checkNotNull' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.base.Preconditions.checkNotNull' | 24 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Set' | 22 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Set' | 22 | |
| imports | ImportOrder | Wrong order for 'java.util.Set' import. | 22 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.base.Preconditions.checkNotNull' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.base.Preconditions.checkNotNull' | 24 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.base.Preconditions.checkNotNull' | 23 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.base.Preconditions.checkNotNull' | 23 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.common.inject.*. | 23 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.common.inject.spi.*. | 24 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.lang.annotation.Annotation' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.lang.annotation.Annotation' | 26 | |
| imports | ImportOrder | Wrong order for 'java.lang.annotation.Annotation' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.lang.reflect.GenericArrayType' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.lang.reflect.GenericArrayType' | 26 | |
| imports | ImportOrder | Wrong order for 'java.lang.reflect.GenericArrayType' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.EOFException' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.EOFException' | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.EOFException' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.lucene.util.IOUtils. | 23 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.File' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.File' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.nio.file.*. | 29 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.nio.file.FileVisitResult.CONTINUE' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.nio.file.FileVisitResult.CONTINUE' | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - java.nio.file.FileVisitResult.CONTINUE. | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - java.nio.file.FileVisitResult.SKIP_SUBTREE. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.*' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.*' | 28 | |
| imports | ImportOrder | Wrong order for 'java.io.*' import. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.*' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.*' | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.*' import. | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.EOFException' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.EOFException' | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.EOFException' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.EOFException' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.EOFException' | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.EOFException' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 34 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.ArrayList' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.ArrayList' | 28 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Locale' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Locale' | 28 | |
| imports | ImportOrder | Wrong order for 'java.util.Locale' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.joda.time.format.DateTimeFormatter' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'org.joda.time.format.DateTimeFormatter' | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.joda.time.*. | 23 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.joda.time.format.*. | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Locale' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Locale' | 29 | |
| imports | ImportOrder | Wrong order for 'java.util.Locale' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Arrays' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Arrays' | 24 | |
| imports | ImportOrder | Wrong order for 'java.util.Arrays' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.net.InetAddress' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.net.InetAddress' | 29 | |
| imports | ImportOrder | Wrong order for 'java.net.InetAddress' import. | 29 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - java.util.Arrays.asList. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.logging.Level' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.logging.Level' | 24 | |
| imports | ImportOrder | Wrong order for 'java.util.logging.Level' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.logging.Level' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.logging.Level' | 24 | |
| imports | ImportOrder | Wrong order for 'java.util.logging.Level' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.log4j.LogManager. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 32 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.nio.file.*. | 34 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 41 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 41 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.FileNotFoundException' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.FileNotFoundException' | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.FileNotFoundException' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.lucene.codecs.lucene3x.Lucene3xSegmentInfoFormat. | 26 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.index.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.search.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.store.*. | 29 | |
| imports | UnusedImports | Unused import - org.elasticsearch.index.store.Store. | 44 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 46 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 46 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 46 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 48 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.lucene.search.NoopCollector.NOOP_COLLECTOR' | 50 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.lucene.search.NoopCollector.NOOP_COLLECTOR' | 50 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.lucene.search.NoopCollector.NOOP_COLLECTOR. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.collect.Sets.newHashSet' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.collect.Sets.newHashSet' | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Sets.newHashSet. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 38 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 38 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 38 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.apache.lucene.analysis.payloads.PayloadHelper.decodeFloat' | 40 | |
| imports | ImportOrder | Extra separation in import group before 'org.apache.lucene.analysis.payloads.PayloadHelper.decodeFloat' | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.apache.lucene.analysis.payloads.PayloadHelper.decodeFloat. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.apache.lucene.analysis.payloads.PayloadHelper.encodeFloat' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'org.apache.lucene.analysis.payloads.PayloadHelper.encodeFloat' | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.apache.lucene.analysis.payloads.PayloadHelper.encodeFloat. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.index.*. | 23 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.search.*. | 23 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.search.*. | 24 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.index.*. | 23 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.search.*. | 22 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 27 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 33 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 23 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 23 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.search.*. | 23 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.index.*. | 41 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 53 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 53 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 53 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.elasticsearch.ElasticsearchIllegalArgumentException. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Locale' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Locale' | 28 | |
| imports | ImportOrder | Wrong order for 'java.util.Locale' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.search.*. | 25 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.search.*. | 25 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 23 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 23 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.util.Collections. | 24 | |
| imports | UnusedImports | Unused import - java.util.Comparator. | 25 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.apache.lucene.index.AtomicReaderContext' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'org.apache.lucene.index.AtomicReaderContext' | 28 | |
| imports | UnusedImports | Unused import - org.apache.lucene.util.CollectionUtil. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.apache.lucene.index.*' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'org.apache.lucene.index.*' | 25 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.index.*. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.concurrent.TimeUnit' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.concurrent.TimeUnit' | 24 | |
| imports | ImportOrder | Wrong order for 'java.util.concurrent.TimeUnit' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.concurrent.ScheduledExecutorService' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.concurrent.ScheduledExecutorService' | 25 | |
| imports | ImportOrder | Wrong order for 'java.util.concurrent.ScheduledExecutorService' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.jboss.netty.channel.*. | 25 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Set' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Set' | 27 | |
| imports | ImportOrder | Wrong order for 'java.util.Set' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.Closeable' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.Closeable' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.Closeable' import. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.net.*. | 31 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.util.concurrent.EsExecutors.daemonThreadFactory' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.util.concurrent.EsExecutors.daemonThreadFactory' | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.util.concurrent.EsExecutors.daemonThreadFactory. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.elasticsearch.ElasticsearchIllegalStateException. | 25 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.lang.reflect.Method' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.lang.reflect.Method' | 30 | |
| imports | ImportOrder | Wrong order for 'java.lang.reflect.Method' import. | 30 | |
| imports | UnusedImports | Unused import - java.lang.reflect.Method. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.net.*. | 31 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Map' | 25 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 25 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.collect.MapBuilder.newMapBuilder' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.collect.MapBuilder.newMapBuilder' | 27 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.collect.MapBuilder.newMapBuilder. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.HashSet' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.HashSet' | 25 | |
| imports | ImportOrder | Wrong order for 'java.util.HashSet' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Deque' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Deque' | 24 | |
| imports | ImportOrder | Wrong order for 'java.util.Deque' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Deque' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Deque' | 24 | |
| imports | ImportOrder | Wrong order for 'java.util.Deque' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.lang.ref.SoftReference' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.lang.ref.SoftReference' | 27 | |
| imports | ImportOrder | Wrong order for 'java.lang.ref.SoftReference' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Locale' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Locale' | 25 | |
| imports | ImportOrder | Wrong order for 'java.util.Locale' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.common.unit.*. | 39 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 42 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 42 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 42 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 46 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.Strings.toCamelCase' | 51 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.Strings.toCamelCase' | 51 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.Strings.toCamelCase. | 51 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.unit.ByteSizeValue.parseBytesSizeValue. | 52 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.unit.SizeValue.parseSizeValue. | 53 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.unit.TimeValue.parseTimeValue. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Map' | 31 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.concurrent.CopyOnWriteArrayList' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.concurrent.CopyOnWriteArrayList' | 24 | |
| imports | ImportOrder | Wrong order for 'java.util.concurrent.CopyOnWriteArrayList' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 26 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.collect.Maps.newHashMap' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.collect.Maps.newHashMap' | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Maps.newHashMap. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Maps.newHashMap. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Maps.newHashMap. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.Serializable' | 23 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.Serializable' | 23 | |
| imports | ImportOrder | Wrong order for 'java.io.Serializable' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Comparator' | 23 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Comparator' | 23 | |
| imports | ImportOrder | Wrong order for 'java.util.Comparator' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.StringTokenizer' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.StringTokenizer' | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.Serializable' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.Serializable' | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.Serializable' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.collect.MapBuilder.newMapBuilder' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.collect.MapBuilder.newMapBuilder' | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.collect.MapBuilder.newMapBuilder. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.unit.ByteSizeValue.parseBytesSizeValue' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.unit.ByteSizeValue.parseBytesSizeValue' | 25 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.unit.ByteSizeValue.parseBytesSizeValue. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.lang.reflect.Array' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.lang.reflect.Array' | 29 | |
| imports | ImportOrder | Wrong order for 'java.lang.reflect.Array' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Arrays' | 39 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Arrays' | 39 | |
| imports | ImportOrder | Wrong order for 'java.util.Arrays' import. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.inject.Modules.createModule' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.inject.Modules.createModule' | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.inject.Modules.createModule. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Arrays' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Arrays' | 27 | |
| imports | ImportOrder | Wrong order for 'java.util.Arrays' import. | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.util.BigArrays.BYTE_PAGE_SIZE' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.util.BigArrays.BYTE_PAGE_SIZE' | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.util.BigArrays.BYTE_PAGE_SIZE. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.apache.lucene.util.ArrayUtil' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'org.apache.lucene.util.ArrayUtil' | 24 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Arrays' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Arrays' | 27 | |
| imports | ImportOrder | Wrong order for 'java.util.Arrays' import. | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.util.BigArrays.LONG_PAGE_SIZE' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.util.BigArrays.LONG_PAGE_SIZE' | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.util.BigArrays.LONG_PAGE_SIZE. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.apache.lucene.util.ArrayUtil' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'org.apache.lucene.util.ArrayUtil' | 24 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Arrays' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Arrays' | 27 | |
| imports | ImportOrder | Wrong order for 'java.util.Arrays' import. | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.util.BigArrays.INT_PAGE_SIZE' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.util.BigArrays.INT_PAGE_SIZE' | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.util.BigArrays.INT_PAGE_SIZE. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Arrays' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Arrays' | 26 | |
| imports | ImportOrder | Wrong order for 'java.util.Arrays' import. | 26 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.util.BigArrays.INT_PAGE_SIZE' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.util.BigArrays.INT_PAGE_SIZE' | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.util.BigArrays.INT_PAGE_SIZE. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Arrays' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Arrays' | 26 | |
| imports | ImportOrder | Wrong order for 'java.util.Arrays' import. | 26 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.util.BigArrays.LONG_PAGE_SIZE' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.util.BigArrays.LONG_PAGE_SIZE' | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.util.BigArrays.LONG_PAGE_SIZE. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Arrays' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Arrays' | 25 | |
| imports | ImportOrder | Wrong order for 'java.util.Arrays' import. | 25 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.util.BigArrays.OBJECT_PAGE_SIZE' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.util.BigArrays.OBJECT_PAGE_SIZE' | 27 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.util.BigArrays.OBJECT_PAGE_SIZE. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.HashSet' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.HashSet' | 24 | |
| imports | ImportOrder | Wrong order for 'java.util.HashSet' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.util.*. | 26 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.*' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.*' | 29 | |
| imports | ImportOrder | Wrong order for 'java.util.*' import. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Locale' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Locale' | 24 | |
| imports | ImportOrder | Wrong order for 'java.util.Locale' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Iterator' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Iterator' | 27 | |
| imports | ImportOrder | Wrong order for 'java.util.Iterator' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 23 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 23 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 23 | |
| imports | UnusedImports | Unused import - java.io.IOException. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.concurrent.atomic.AtomicInteger' | 23 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.concurrent.atomic.AtomicInteger' | 23 | |
| imports | ImportOrder | Wrong order for 'java.util.concurrent.atomic.AtomicInteger' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.ArrayList' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.ArrayList' | 25 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.Nullable' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.Nullable' | 24 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.concurrent.*' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.concurrent.*' | 27 | |
| imports | ImportOrder | Wrong order for 'java.util.concurrent.*' import. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.concurrent.*. | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.base.Preconditions.checkNotNull' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.base.Preconditions.checkNotNull' | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.base.Preconditions.checkNotNull. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.collect.Sets' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.collect.Sets' | 32 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.Sets' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.concurrent.CountDownLatch' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.concurrent.CountDownLatch' | 24 | |
| imports | ImportOrder | Wrong order for 'java.util.concurrent.CountDownLatch' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.concurrent.BlockingQueue' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.concurrent.BlockingQueue' | 25 | |
| imports | ImportOrder | Wrong order for 'java.util.concurrent.BlockingQueue' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.concurrent.*' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.concurrent.*' | 25 | |
| imports | ImportOrder | Wrong order for 'java.util.concurrent.*' import. | 25 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.concurrent.*. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.elasticsearch.action.ActionRunnable. | 23 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.concurrent.*' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.concurrent.*' | 25 | |
| imports | ImportOrder | Wrong order for 'java.util.concurrent.*' import. | 25 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.concurrent.*. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.elasticsearch.ElasticsearchIllegalArgumentException. | 22 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.concurrent.Future' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.concurrent.Future' | 24 | |
| imports | ImportOrder | Wrong order for 'java.util.concurrent.Future' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.concurrent.ConcurrentMap' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.concurrent.ConcurrentMap' | 24 | |
| imports | ImportOrder | Wrong order for 'java.util.concurrent.ConcurrentMap' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.concurrent.Callable' | 23 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.concurrent.Callable' | 23 | |
| imports | ImportOrder | Wrong order for 'java.util.concurrent.Callable' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 25 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 25 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.concurrent.*. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.concurrent.locks.Lock' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.concurrent.locks.Lock' | 25 | |
| imports | ImportOrder | Wrong order for 'java.util.concurrent.locks.Lock' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.AbstractQueue' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.AbstractQueue' | 24 | |
| imports | ImportOrder | Wrong order for 'java.util.AbstractQueue' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.*' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.*' | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.*' import. | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 39 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 39 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 36 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 36 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.ToXContent.EMPTY_PARAMS' | 41 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.ToXContent.EMPTY_PARAMS' | 41 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.ToXContent.EMPTY_PARAMS. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.common.xcontent.*. | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.*' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.*' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.*' import. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.common.xcontent.*. | 28 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.*' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.*' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.*' import. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.common.xcontent.*. | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - com.fasterxml.jackson.core.JsonFactory. | 23 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.common.xcontent.*. | 28 | |
| imports | UnusedImports | Unused import - org.elasticsearch.common.xcontent.json.JsonXContentParser. | 29 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.*' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.*' | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.*' import. | 31 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 26 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.ArrayList' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.ArrayList' | 29 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.common.xcontent.*. | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.*' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.*' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.*' import. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Set' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Set' | 25 | |
| imports | ImportOrder | Wrong order for 'java.util.Set' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Set' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Set' | 25 | |
| imports | ImportOrder | Wrong order for 'java.util.Set' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Random' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Random' | 33 | |
| imports | ImportOrder | Wrong order for 'java.util.Random' import. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.EnumSet' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.EnumSet' | 32 | |
| imports | ImportOrder | Wrong order for 'java.util.EnumSet' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.cluster.*. | 26 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.discovery.*. | 39 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.HashSet' | 43 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.HashSet' | 43 | |
| imports | ImportOrder | Wrong order for 'java.util.HashSet' import. | 43 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.collect.Sets.newHashSet' | 50 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.collect.Sets.newHashSet' | 50 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Sets.newHashSet. | 50 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.ClusterState.Builder. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.*. | 25 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.cluster.*. | 26 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.transport.*. | 65 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 67 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 67 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 67 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 79 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 79 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. | 79 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.unit.TimeValue.timeValueSeconds. | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 30 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.*' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.*' | 30 | |
| imports | ImportOrder | Wrong order for 'java.util.*' import. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.unit.TimeValue.timeValueSeconds' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.unit.TimeValue.timeValueSeconds' | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.unit.TimeValue.timeValueSeconds. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.transport.*. | 37 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 39 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 39 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 39 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.transport.TransportRequestOptions.options' | 43 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.transport.TransportRequestOptions.options' | 43 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.transport.TransportRequestOptions.options. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.transport.*. | 32 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 34 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.util.concurrent.ConcurrentCollections.newConcurrentMap' | 38 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.util.concurrent.ConcurrentCollections.newConcurrentMap' | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.util.concurrent.ConcurrentCollections.newConcurrentMap. | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.transport.TransportRequestOptions.options. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.transport.*. | 34 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 36 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 33 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.ClusterName.readClusterName' | 38 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.ClusterName.readClusterName' | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.ClusterName.readClusterName. | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.node.DiscoveryNode.readNode. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Set' | 41 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Set' | 41 | |
| imports | ImportOrder | Wrong order for 'java.util.Set' import. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.common.io.stream.*. | 33 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.transport.*. | 46 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 48 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 48 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 48 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.node.DiscoveryNode.readNode' | 55 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.node.DiscoveryNode.readNode' | 55 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.node.DiscoveryNode.readNode. | 55 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.Builder.EMPTY_SETTINGS. | 56 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.util.concurrent.ConcurrentCollections.newConcurrentMap. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 24 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.*. | 25 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.transport.*. | 44 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.Closeable' | 46 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.Closeable' | 46 | |
| imports | ImportOrder | Wrong order for 'java.io.Closeable' import. | 46 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 48 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.concurrent.*. | 49 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 54 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 54 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. | 54 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.unit.TimeValue.readTimeValue. | 55 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.util.concurrent.ConcurrentCollections.newConcurrentMap. | 56 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.discovery.zen.ping.ZenPing.PingResponse.readPingResponse. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.common.io.stream.*. | 31 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.transport.*. | 40 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.HashSet' | 42 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.HashSet' | 42 | |
| imports | ImportOrder | Wrong order for 'java.util.HashSet' import. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.base.Charsets' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.base.Charsets' | 26 | |
| imports | ImportOrder | Wrong order for 'com.google.common.base.Charsets' import. | 26 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.File' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.File' | 28 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.Strings.cleanPath' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.Strings.cleanPath' | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.Strings.cleanPath. | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.Builder.EMPTY_SETTINGS. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.Closeable' | 45 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.Closeable' | 45 | |
| imports | ImportOrder | Wrong order for 'java.io.Closeable' import. | 45 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.nio.file.*. | 48 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.lucene.store.Lock. | 22 | |
| imports | UnusedImports | Unused import - org.apache.lucene.util.IOUtils. | 23 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.Closeable' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.Closeable' | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.Closeable' import. | 26 | |
| imports | UnusedImports | Unused import - java.util.Arrays. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.cluster.*. | 24 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.concurrent.CountDownLatch' | 42 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.concurrent.CountDownLatch' | 42 | |
| imports | ImportOrder | Wrong order for 'java.util.concurrent.CountDownLatch' import. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.cluster.*. | 28 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.nio.file.Path' | 43 | |
| imports | ImportOrder | Extra separation in import group before 'java.nio.file.Path' | 43 | |
| imports | ImportOrder | Wrong order for 'java.nio.file.Path' import. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Iterator' | 54 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Iterator' | 54 | |
| imports | ImportOrder | Wrong order for 'java.util.Iterator' import. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.transport.*. | 39 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 41 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 41 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.common.xcontent.*. | 42 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.File' | 48 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.File' | 48 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 48 | |
| imports | UnusedImports | Unused import - java.util.regex.Pattern. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.store.*. | 25 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.common.xcontent.*. | 34 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.File' | 37 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.File' | 37 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 37 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.nio.file.*. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.action.support.nodes.*. | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 41 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 41 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.cluster.routing.*. | 26 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.common.xcontent.*. | 33 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.*' | 39 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.*' | 39 | |
| imports | ImportOrder | Wrong order for 'java.io.*' import. | 39 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 39 | |
| imports | UnusedImports | Unused import - java.util.regex.Pattern. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.action.support.nodes.*. | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 41 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 41 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.cluster.*. | 23 | |
| imports | UnusedImports | Unused import - org.elasticsearch.cluster.action.index.NodeIndexDeletedAction. | 24 | |
| imports | UnusedImports | Unused import - org.elasticsearch.cluster.metadata.IndexMetaData. | 25 | |
| imports | UnusedImports | Unused import - org.elasticsearch.cluster.metadata.MetaData. | 26 | |
| imports | UnusedImports | Unused import - org.elasticsearch.common.Nullable. | 27 | |
| imports | UnusedImports | Unused import - org.elasticsearch.env.NodeEnvironment. | 32 | |
| imports | UnusedImports | Unused import - org.elasticsearch.index.Index. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.rest.*. | 30 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.File' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.File' | 32 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 32 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestStatus.*' | 38 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestStatus.*' | 38 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.rest.RestStatus.*. | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.*. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.elasticsearch.plugins.Plugin. | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.Preconditions.checkNotNull' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.Preconditions.checkNotNull' | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.Preconditions.checkNotNull. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 30 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.jboss.netty.channel.*. | 24 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.regex.Pattern' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.regex.Pattern' | 27 | |
| imports | ImportOrder | Wrong order for 'java.util.regex.Pattern' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.jboss.netty.channel.*. | 38 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.jboss.netty.handler.codec.http.*. | 39 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 41 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 41 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 41 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.http.netty.NettyHttpServerTransport.*' | 46 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.http.netty.NettyHttpServerTransport.*' | 46 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.http.netty.NettyHttpServerTransport.*. | 46 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.http.netty.NettyHttpServerTransport.*. | 46 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.jboss.netty.handler.codec.http.HttpHeaders.Names.*. | 47 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.jboss.netty.handler.codec.http.HttpHeaders.Names.*. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.net.SocketAddress' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.net.SocketAddress' | 30 | |
| imports | ImportOrder | Wrong order for 'java.net.SocketAddress' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.http.*. | 39 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.jboss.netty.channel.*. | 44 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 52 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 52 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 52 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.network.NetworkService.TcpSettings.*' | 58 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.network.NetworkService.TcpSettings.*' | 58 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.common.network.NetworkService.TcpSettings.*. | 58 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.network.NetworkService.TcpSettings.*. | 58 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.util.concurrent.EsExecutors.daemonThreadFactory. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.elasticsearch.common.logging.ESLogger. | 3 | |
| imports | UnusedImports | Unused import - org.elasticsearch.common.logging.ESLoggerFactory. | 4 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.jboss.netty.channel.*. | 5 | |
| imports | UnusedImports | Unused import - org.jboss.netty.handler.codec.http.DefaultHttpRequest. | 6 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.*' | 9 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.*' | 9 | |
| imports | ImportOrder | Wrong order for 'java.util.*' import. | 9 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 9 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.jboss.netty.channel.*. | 3 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.net.SocketAddress' | 6 | |
| imports | ImportOrder | Extra separation in import group before 'java.net.SocketAddress' | 6 | |
| imports | ImportOrder | Wrong order for 'java.net.SocketAddress' import. | 6 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.Closeable' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.Closeable' | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.Closeable' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.common.inject.*. | 32 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.Closeable' | 82 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.Closeable' | 82 | |
| imports | ImportOrder | Wrong order for 'java.io.Closeable' import. | 82 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.collect.Maps.newHashMap' | 90 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.collect.Maps.newHashMap' | 90 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Maps.newHashMap. | 90 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.collect.MapBuilder.newMapBuilder. | 91 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.lang.annotation.Documented' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.lang.annotation.Documented' | 24 | |
| imports | ImportOrder | Wrong order for 'java.lang.annotation.Documented' import. | 24 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.lang.annotation.ElementType.FIELD' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.lang.annotation.ElementType.FIELD' | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - java.lang.annotation.ElementType.FIELD. | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - java.lang.annotation.ElementType.PARAMETER. | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 41 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 41 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.elasticsearch.cluster.metadata.IndexMetaData. | 62 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.BufferedReader' | 71 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.BufferedReader' | 71 | |
| imports | ImportOrder | Wrong order for 'java.io.BufferedReader' import. | 71 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.LinkedList' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.LinkedList' | 36 | |
| imports | ImportOrder | Wrong order for 'java.util.LinkedList' import. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.Closeable' | 37 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.Closeable' | 37 | |
| imports | ImportOrder | Wrong order for 'java.io.Closeable' import. | 37 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.collect.Maps.newHashMap' | 40 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.collect.Maps.newHashMap' | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Maps.newHashMap. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.annotation.*. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Arrays' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Arrays' | 30 | |
| imports | ImportOrder | Wrong order for 'java.util.Arrays' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.Reader' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.Reader' | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.Reader' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.apache.lucene.analysis.TokenStream' import. | 23 | |
| imports | ImportOrder | Wrong order for 'org.elasticsearch.ElasticsearchIllegalArgumentException' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.Reader' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.Reader' | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.Reader' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 28 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 28 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.analysis.payloads.*. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.elasticsearch.cluster.metadata.IndexMetaData. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.elasticsearch.cluster.metadata.IndexMetaData. | 28 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.Reader' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.Reader' | 35 | |
| imports | ImportOrder | Wrong order for 'java.io.Reader' import. | 35 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.index.analysis.NGramTokenizerFactory.parseTokenChars' | 37 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.index.analysis.NGramTokenizerFactory.parseTokenChars' | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.analysis.NGramTokenizerFactory.parseTokenChars. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Collection' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Collection' | 26 | |
| imports | ImportOrder | Wrong order for 'java.util.Collection' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.Reader' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.Reader' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.Reader' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Locale' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Locale' | 32 | |
| imports | ImportOrder | Wrong order for 'java.util.Locale' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Arrays' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Arrays' | 32 | |
| imports | ImportOrder | Wrong order for 'java.util.Arrays' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.apache.lucene.analysis.TokenStream' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'org.apache.lucene.analysis.TokenStream' | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.Reader' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.Reader' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.Reader' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.apache.lucene.util.Version' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'org.apache.lucene.util.Version' | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.lucene.util.Version' import. | 24 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.apache.lucene.analysis.TokenStream' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'org.apache.lucene.analysis.TokenStream' | 26 | |
| imports | ImportOrder | Wrong order for 'org.apache.lucene.analysis.TokenStream' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.Reader' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.Reader' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.Reader' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.Reader' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.Reader' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.Reader' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.Reader' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.Reader' | 32 | |
| imports | ImportOrder | Wrong order for 'java.io.Reader' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.elasticsearch.cluster.metadata.IndexMetaData. | 28 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.Reader' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.Reader' | 35 | |
| imports | ImportOrder | Wrong order for 'java.io.Reader' import. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.elasticsearch.common.util.concurrent.ConcurrentCollections. | 25 | |
| imports | UnusedImports | Unused import - org.elasticsearch.common.util.concurrent.ConcurrentMapLong. | 26 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 | |
| imports | UnusedImports | Unused import - java.util.concurrent.ConcurrentMap. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.Reader' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.Reader' | 32 | |
| imports | ImportOrder | Wrong order for 'java.io.Reader' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.elasticsearch.cluster.metadata.IndexMetaData. | 31 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.Reader' | 40 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.Reader' | 40 | |
| imports | ImportOrder | Wrong order for 'java.io.Reader' import. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.regex.Pattern' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.regex.Pattern' | 32 | |
| imports | ImportOrder | Wrong order for 'java.util.regex.Pattern' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.Reader' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.Reader' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.Reader' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.regex.Pattern' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.regex.Pattern' | 32 | |
| imports | ImportOrder | Wrong order for 'java.util.regex.Pattern' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.Reader' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.Reader' | 32 | |
| imports | ImportOrder | Wrong order for 'java.io.Reader' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.elasticsearch.cluster.metadata.IndexMetaData. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.elasticsearch.cluster.metadata.IndexMetaData. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.elasticsearch.cluster.metadata.IndexMetaData. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.elasticsearch.cluster.metadata.IndexMetaData. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - com.google.common.collect.ImmutableSet. | 22 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Set' | 37 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Set' | 37 | |
| imports | ImportOrder | Wrong order for 'java.util.Set' import. | 37 | |
| imports | UnusedImports | Unused import - java.util.Set. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.elasticsearch.cluster.metadata.IndexMetaData. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.elasticsearch.cluster.metadata.IndexMetaData. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.Reader' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.Reader' | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.Reader' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.elasticsearch.cluster.metadata.IndexMetaData. | 56 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.tartarus.snowball.ext.*. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Set' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Set' | 36 | |
| imports | ImportOrder | Wrong order for 'java.util.Set' import. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.Reader' | 43 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.Reader' | 43 | |
| imports | ImportOrder | Wrong order for 'java.io.Reader' import. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.Reader' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.Reader' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.Reader' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.Reader' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.Reader' | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.Reader' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.apache.lucene.analysis.TokenStream' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'org.apache.lucene.analysis.TokenStream' | 25 | |
| imports | ImportOrder | Wrong order for 'org.apache.lucene.analysis.TokenStream' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.Reader' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.Reader' | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.Reader' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.Reader' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.Reader' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.Reader' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.*' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.*' | 36 | |
| imports | ImportOrder | Wrong order for 'java.util.*' import. | 36 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 36 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.apache.lucene.analysis.miscellaneous.WordDelimiterFilter.*' | 40 | |
| imports | ImportOrder | Extra separation in import group before 'org.apache.lucene.analysis.miscellaneous.WordDelimiterFilter.*' | 40 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.analysis.miscellaneous.WordDelimiterFilter.*. | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.apache.lucene.analysis.miscellaneous.WordDelimiterFilter.*. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.net.URL' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'java.net.URL' | 35 | |
| imports | ImportOrder | Wrong order for 'java.net.URL' import. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.elasticsearch.ElasticsearchException. | 23 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.Closeable' | 38 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.Closeable' | 38 | |
| imports | ImportOrder | Wrong order for 'java.io.Closeable' import. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Queue' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Queue' | 35 | |
| imports | ImportOrder | Wrong order for 'java.util.Queue' import. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.Closeable' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.Closeable' | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.Closeable' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.elasticsearch.index.IndexService' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.elasticsearch.index.IndexService' import. | 46 | |
| imports | ImportOrder | Wrong order for 'org.elasticsearch.index.shard.IndexShard' import. | 50 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 53 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 53 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.elasticsearch.index.IndexService' import. | 47 | |
| imports | ImportOrder | Wrong order for 'org.elasticsearch.index.shard.IndexShard' import. | 51 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.Closeable' | 56 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.Closeable' | 56 | |
| imports | ImportOrder | Wrong order for 'java.io.Closeable' import. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.lucene.search.DocIdSet. | 24 | |
| imports | UnusedImports | Unused import - org.elasticsearch.common.bytes.BytesReference. | 25 | |
| imports | UnusedImports | Unused import - org.elasticsearch.common.lucene.docset.DocIdSets. | 27 | |
| imports | UnusedImports | Unused import - org.elasticsearch.index.cache.filter.FilterCacheStats. | 30 | |
| imports | UnusedImports | Unused import - org.elasticsearch.index.cache.filter.weighted.WeightedFilterCache. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.Closeable' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.Closeable' | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.Closeable' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.concurrent.TimeUnit' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.concurrent.TimeUnit' | 35 | |
| imports | ImportOrder | Wrong order for 'java.util.concurrent.TimeUnit' import. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 39 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Map' | 39 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Map' | 29 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Map' | 33 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.apache.lucene.codecs.*' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'org.apache.lucene.codecs.*' | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.lucene.codecs.*' import. | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.codecs.*. | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.index.*. | 25 | |
| imports | UnusedImports | Unused import - org.apache.lucene.store.ChecksumIndexInput. | 26 | |
| imports | UnusedImports | Unused import - org.apache.lucene.store.IOContext. | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 34 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Map' | 30 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.lucene.codecs.TermsConsumer. | 24 | |
| imports | UnusedImports | Unused import - org.apache.lucene.index.FieldInfo. | 26 | |
| imports | UnusedImports | Unused import - org.elasticsearch.index.codec.postingsformat.BloomFilterPostingsFormat.BloomFilteredFieldsConsumer. | 30 | |
| imports | UnusedImports | Unused import - org.elasticsearch.index.mapper.internal.UidFieldMapper. | 31 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.collect.ImmutableCollection' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.collect.ImmutableCollection' | 24 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.ImmutableCollection' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Map' | 29 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Map' | 33 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.index.deletionpolicy.DeletionPolicyModule.DeletionPolicySettings.TYPE' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.index.deletionpolicy.DeletionPolicyModule.DeletionPolicySettings.TYPE' | 27 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.deletionpolicy.DeletionPolicyModule.DeletionPolicySettings.TYPE. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.lucene.index.IndexDeletionPolicy. | 23 | |
| imports | UnusedImports | Unused import - org.elasticsearch.index.shard.AbstractIndexShardComponent. | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 28 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Iterator' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Iterator' | 25 | |
| imports | ImportOrder | Wrong order for 'java.util.Iterator' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.index.*. | 23 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.Closeable' | 53 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.Closeable' | 53 | |
| imports | ImportOrder | Wrong order for 'java.io.Closeable' import. | 53 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 55 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.lucene.SegmentReaderUtils.segmentReader' | 63 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.lucene.SegmentReaderUtils.segmentReader' | 63 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.lucene.SegmentReaderUtils.segmentReader. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.concurrent.TimeUnit' | 43 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.concurrent.TimeUnit' | 43 | |
| imports | ImportOrder | Wrong order for 'java.util.concurrent.TimeUnit' import. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.inject.Modules.createModule' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.inject.Modules.createModule' | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.inject.Modules.createModule. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.index.*. | 23 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 58 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 58 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 58 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.apache.lucene.search.ReferenceManager' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'org.apache.lucene.search.ReferenceManager' | 26 | |
| imports | UnusedImports | Unused import - org.elasticsearch.Version. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.concurrent.atomic.AtomicInteger' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.concurrent.atomic.AtomicInteger' | 26 | |
| imports | ImportOrder | Wrong order for 'java.util.concurrent.atomic.AtomicInteger' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.elasticsearch.Version. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.Builder.EMPTY_SETTINGS' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.Builder.EMPTY_SETTINGS' | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.Builder.EMPTY_SETTINGS. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Set' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Set' | 24 | |
| imports | ImportOrder | Wrong order for 'java.util.Set' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.index.*. | 22 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.ArrayList' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.ArrayList' | 29 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.search.*. | 24 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 40 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 40 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.ArrayList' | 39 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.ArrayList' | 39 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.fielddata.plain.*. | 35 | |
| imports | ImportOrder | Wrong order for 'org.elasticsearch.index.IndexService' import. | 39 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.ArrayList' | 45 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.ArrayList' | 45 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.elasticsearch.common.breaker.CircuitBreaker' import. | 25 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.apache.lucene.index.SortedNumericDocValues' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'org.apache.lucene.index.SortedNumericDocValues' | 24 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.AbstractList' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.AbstractList' | 32 | |
| imports | ImportOrder | Wrong order for 'java.util.AbstractList' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Map' | 35 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.util.*. | 22 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Arrays' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Arrays' | 24 | |
| imports | ImportOrder | Wrong order for 'java.util.Arrays' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 37 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 37 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.fielddata.*. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.util.*. | 25 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.Closeable' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.Closeable' | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.Closeable' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.fielddata.*. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Set' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Set' | 31 | |
| imports | ImportOrder | Wrong order for 'java.util.Set' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.fielddata.*. | 31 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.fielddata.*. | 30 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.index.*. | 21 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.fielddata.*. | 28 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 36 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.fielddata.*. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.fielddata.*. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.fielddata.*. | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.fielddata.*. | 34 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 42 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 42 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Arrays' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Arrays' | 32 | |
| imports | ImportOrder | Wrong order for 'java.util.Arrays' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 39 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 39 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.fielddata.*. | 26 | |
| imports | ImportOrder | Wrong order for 'org.elasticsearch.indices.breaker.CircuitBreakerService' import. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 42 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Map' | 42 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.index.*. | 22 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.util.*. | 23 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.fielddata.*. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.index.*. | 21 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.fielddata.*. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.index.*. | 21 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.util.*. | 22 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.fielddata.*. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Arrays' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Arrays' | 30 | |
| imports | ImportOrder | Wrong order for 'java.util.Arrays' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.fielddata.*. | 29 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 37 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 37 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.fielddata.*. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.fielddata.*. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.index.*. | 22 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.fielddata.*. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.index.*. | 22 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.index.*. | 23 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.util.*. | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.fielddata.*. | 32 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 43 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 43 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.index.*. | 23 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.fielddata.*. | 31 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 39 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 39 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.HashSet' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.HashSet' | 29 | |
| imports | ImportOrder | Wrong order for 'java.util.HashSet' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.apache.lucene.index.*' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'org.apache.lucene.index.*' | 26 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.index.*. | 26 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.fielddata.*. | 44 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.mapper.*. | 49 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 57 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 57 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 57 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.index.*. | 23 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.index.*. | 23 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.fielddata.*. | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.fielddata.*. | 27 | |
| imports | ImportOrder | Wrong order for 'org.elasticsearch.indices.breaker.CircuitBreakerService' import. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 23 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 23 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.mapper.*. | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 31 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.collect.Maps.newHashMap' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.collect.Maps.newHashMap' | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Maps.newHashMap. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 26 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.shard.*. | 29 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.unit.TimeValue.timeValueMillis' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.unit.TimeValue.timeValueMillis' | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.unit.TimeValue.timeValueMillis. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.translog.*. | 49 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.EOFException' | 55 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.EOFException' | 55 | |
| imports | ImportOrder | Wrong order for 'java.io.EOFException' import. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 35 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.collect.Iterators.emptyIterator' | 39 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.collect.Iterators.emptyIterator' | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Iterators.emptyIterator. | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Maps.newHashMapWithExpectedSize. | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.get.GetField.readGetField. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.mapper.*. | 45 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.mapper.internal.*. | 46 | |
| imports | ImportOrder | Wrong order for 'org.elasticsearch.index.shard.IndexShard' import. | 50 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 56 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 56 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 56 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.collect.Maps.newHashMapWithExpectedSize' | 62 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.collect.Maps.newHashMapWithExpectedSize' | 62 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Maps.newHashMapWithExpectedSize. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.HashMap' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.HashMap' | 35 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Collection' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Collection' | 29 | |
| imports | ImportOrder | Wrong order for 'java.util.Collection' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.apache.lucene.analysis.Analyzer' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'org.apache.lucene.analysis.Analyzer' | 26 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.common.xcontent.*. | 47 | |
| imports | UnusedImports | Unused import - org.elasticsearch.common.xcontent.smile.SmileXContent. | 48 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.mapper.internal.*. | 51 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 58 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 58 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 58 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 59 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 62 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 62 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.mapper.core.*. | 40 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.mapper.internal.*. | 43 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Iterator' | 54 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Iterator' | 54 | |
| imports | ImportOrder | Wrong order for 'java.util.Iterator' import. | 54 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.index.mapper.MapperBuilders.doc' | 58 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.index.mapper.MapperBuilders.doc' | 58 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.mapper.MapperBuilders.doc. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.apache.lucene.analysis.Analyzer' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'org.apache.lucene.analysis.Analyzer' | 24 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 40 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 40 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Collection' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Collection' | 29 | |
| imports | ImportOrder | Wrong order for 'java.util.Collection' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.elasticsearch.cluster.metadata.IndexMetaData. | 24 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.mapper.core.*. | 23 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.mapper.internal.*. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - com.google.common.collect.*. | 25 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.File' | 67 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.File' | 67 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 67 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 72 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.collect.MapBuilder.newMapBuilder' | 75 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.collect.MapBuilder.newMapBuilder' | 75 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.collect.MapBuilder.newMapBuilder. | 75 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.mapper.DocumentMapper.MergeFlags.mergeFlags. | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Arrays' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Arrays' | 24 | |
| imports | ImportOrder | Wrong order for 'java.util.Arrays' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.ArrayList' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.ArrayList' | 24 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.*' | 40 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.*' | 40 | |
| imports | ImportOrder | Wrong order for 'java.util.*' import. | 40 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 28 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.elasticsearch.action.termvector.TermVectorRequest. | 25 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Collection' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Collection' | 28 | |
| imports | ImportOrder | Wrong order for 'java.util.Collection' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.search.*. | 34 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.mapper.*. | 54 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 63 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 63 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 63 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.mapper.*. | 46 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 48 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 48 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 48 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.support.XContentMapValues.nodeBooleanValue' | 52 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.support.XContentMapValues.nodeBooleanValue' | 52 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.support.XContentMapValues.nodeBooleanValue. | 52 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.mapper.MapperBuilders.binaryField. | 53 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.mapper.core.TypeParsers.parseField. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.mapper.*. | 39 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 42 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 42 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 42 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.support.XContentMapValues.nodeBooleanValue' | 46 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.support.XContentMapValues.nodeBooleanValue' | 46 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.support.XContentMapValues.nodeBooleanValue. | 46 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.mapper.MapperBuilders.booleanField. | 47 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.mapper.core.TypeParsers.parseField. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.mapper.*. | 46 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 51 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 51 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 51 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.support.XContentMapValues.nodeByteValue' | 55 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.support.XContentMapValues.nodeByteValue' | 55 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.support.XContentMapValues.nodeByteValue. | 55 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.mapper.MapperBuilders.byteField. | 56 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.mapper.core.TypeParsers.parseNumberField. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.common.xcontent.*. | 33 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.mapper.*. | 39 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 48 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 48 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 48 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 49 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.index.mapper.MapperBuilders.completionField' | 51 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.index.mapper.MapperBuilders.completionField' | 51 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.mapper.MapperBuilders.completionField. | 51 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.mapper.core.TypeParsers.parseMultiField. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.mapper.*. | 54 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 62 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 62 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 62 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.index.mapper.MapperBuilders.dateField' | 69 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.index.mapper.MapperBuilders.dateField' | 69 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.mapper.MapperBuilders.dateField. | 69 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.mapper.core.TypeParsers.parseDateTimeFormatter. | 70 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.mapper.core.TypeParsers.parseNumberField. | 71 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.mapper.*. | 50 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 55 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 55 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 55 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.support.XContentMapValues.nodeDoubleValue' | 59 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.support.XContentMapValues.nodeDoubleValue' | 59 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.support.XContentMapValues.nodeDoubleValue. | 59 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.mapper.MapperBuilders.doubleField. | 60 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.mapper.core.TypeParsers.parseNumberField. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.mapper.*. | 51 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 56 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 56 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 56 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.support.XContentMapValues.nodeFloatValue' | 60 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.support.XContentMapValues.nodeFloatValue' | 60 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.support.XContentMapValues.nodeFloatValue. | 60 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.mapper.MapperBuilders.floatField. | 61 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.mapper.core.TypeParsers.parseNumberField. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.mapper.*. | 47 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 52 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 52 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 52 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.support.XContentMapValues.nodeIntegerValue' | 56 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.support.XContentMapValues.nodeIntegerValue' | 56 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.support.XContentMapValues.nodeIntegerValue. | 56 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.mapper.MapperBuilders.integerField. | 57 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.mapper.core.TypeParsers.parseNumberField. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.mapper.*. | 47 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 52 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 52 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 52 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.support.XContentMapValues.nodeLongValue' | 56 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.support.XContentMapValues.nodeLongValue' | 56 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.support.XContentMapValues.nodeLongValue. | 56 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.mapper.MapperBuilders.longField. | 57 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.mapper.core.TypeParsers.parseNumberField. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 36 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 36 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.index.mapper.MapperBuilders.murmur3Field' | 40 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.index.mapper.MapperBuilders.murmur3Field' | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.mapper.MapperBuilders.murmur3Field. | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.mapper.core.TypeParsers.parseNumberField. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.mapper.*. | 52 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 58 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 58 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.mapper.*. | 48 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 53 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 53 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 53 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.support.XContentMapValues.nodeShortValue' | 57 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.support.XContentMapValues.nodeShortValue' | 57 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.support.XContentMapValues.nodeShortValue. | 57 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.mapper.MapperBuilders.shortField. | 58 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.mapper.core.TypeParsers.parseNumberField. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.mapper.*. | 40 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 44 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 44 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 44 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.index.mapper.MapperBuilders.stringField' | 48 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.index.mapper.MapperBuilders.stringField' | 48 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.mapper.MapperBuilders.stringField. | 48 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.mapper.core.TypeParsers.parseField. | 49 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.mapper.core.TypeParsers.parseMultiField. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.mapper.*. | 33 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 37 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 37 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 37 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.support.XContentMapValues.nodeIntegerValue' | 41 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.support.XContentMapValues.nodeIntegerValue' | 41 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.support.XContentMapValues.nodeIntegerValue. | 41 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.mapper.MapperBuilders.tokenCountField. | 42 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.mapper.core.TypeParsers.parseNumberField. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.ArrayList' | 37 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.ArrayList' | 37 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 37 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.support.XContentMapValues.*' | 42 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.support.XContentMapValues.*' | 42 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.common.xcontent.support.XContentMapValues.*. | 42 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.support.XContentMapValues.*. | 42 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.mapper.FieldMapper.DOC_VALUES_FORMAT. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.mapper.*. | 48 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.mapper.core.*. | 49 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 54 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 54 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 54 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.index.mapper.MapperBuilders.*' | 60 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.index.mapper.MapperBuilders.*' | 60 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.mapper.MapperBuilders.*. | 60 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.mapper.MapperBuilders.*. | 60 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.mapper.core.TypeParsers.*. | 61 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.mapper.core.TypeParsers.*. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 50 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 50 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 50 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.index.mapper.MapperBuilders.geoShapeField' | 54 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.index.mapper.MapperBuilders.geoShapeField' | 54 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.mapper.MapperBuilders.geoShapeField. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.mapper.*. | 42 | |
| imports | UnusedImports | Unused import - org.elasticsearch.index.mapper.object.RootObjectMapper. | 44 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 49 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 49 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 49 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.support.XContentMapValues.nodeBooleanValue' | 53 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.support.XContentMapValues.nodeBooleanValue' | 53 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.support.XContentMapValues.nodeBooleanValue. | 53 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.mapper.MapperBuilders.all. | 54 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.mapper.core.TypeParsers.parseField. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.mapper.*. | 26 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.index.mapper.MapperBuilders.analyzer' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.index.mapper.MapperBuilders.analyzer' | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.mapper.MapperBuilders.analyzer. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.elasticsearch.common.settings.ImmutableSettings. | 34 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.mapper.*. | 44 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 50 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 50 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 50 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.support.XContentMapValues.nodeFloatValue' | 54 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.support.XContentMapValues.nodeFloatValue' | 54 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.support.XContentMapValues.nodeFloatValue. | 54 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.mapper.core.TypeParsers.parseNumberField. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.index.mapper.core.AbstractFieldMapper' | 47 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.index.mapper.core.AbstractFieldMapper' | 47 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 49 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 49 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 49 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.support.XContentMapValues.nodeBooleanValue' | 55 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.support.XContentMapValues.nodeBooleanValue' | 55 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.support.XContentMapValues.nodeBooleanValue. | 55 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.mapper.MapperBuilders.fieldNames. | 56 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.mapper.core.TypeParsers.parseField. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.apache.lucene.document.BinaryDocValuesField' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'org.apache.lucene.document.BinaryDocValuesField' | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.search.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.mapper.*. | 47 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 51 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 51 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 51 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.index.mapper.MapperBuilders.id' | 56 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.index.mapper.MapperBuilders.id' | 56 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.mapper.MapperBuilders.id. | 56 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.mapper.core.TypeParsers.parseField. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.mapper.*. | 35 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 38 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 38 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 38 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.support.XContentMapValues.nodeBooleanValue' | 42 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.support.XContentMapValues.nodeBooleanValue' | 42 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.support.XContentMapValues.nodeBooleanValue. | 42 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.mapper.core.TypeParsers.parseField. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.mapper.*. | 42 | |
| imports | UnusedImports | Unused import - org.elasticsearch.index.settings.IndexSettings. | 45 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 47 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 47 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 47 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.builder' | 52 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.builder' | 52 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.builder. | 52 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 53 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.support.XContentMapValues.nodeMapValue. | 54 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.mapper.MapperBuilders.parent. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.mapper.*. | 35 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 38 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 38 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 38 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.support.XContentMapValues.nodeBooleanValue' | 42 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.support.XContentMapValues.nodeBooleanValue' | 42 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.support.XContentMapValues.nodeBooleanValue. | 42 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.mapper.MapperBuilders.routing. | 43 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.mapper.core.TypeParsers.parseField. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.elasticsearch.common.settings.ImmutableSettings. | 26 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.mapper.*. | 31 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 35 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.support.XContentMapValues.nodeBooleanValue' | 39 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.support.XContentMapValues.nodeBooleanValue' | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.support.XContentMapValues.nodeBooleanValue. | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.mapper.MapperBuilders.size. | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.mapper.core.TypeParsers.parseStore. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.mapper.*. | 47 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 50 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 50 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 50 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.support.XContentMapValues.nodeBooleanValue' | 54 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.support.XContentMapValues.nodeBooleanValue' | 54 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.support.XContentMapValues.nodeBooleanValue. | 54 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.support.XContentMapValues.nodeStringValue. | 55 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.mapper.MapperBuilders.source. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.elasticsearch.common.settings.ImmutableSettings. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.mapper.*. | 35 | |
| imports | UnusedImports | Unused import - org.elasticsearch.index.query.GeoShapeFilterParser. | 38 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 41 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 41 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 41 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.support.XContentMapValues.nodeBooleanValue' | 46 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.support.XContentMapValues.nodeBooleanValue' | 46 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.support.XContentMapValues.nodeBooleanValue. | 46 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.support.XContentMapValues.nodeTimeValue. | 47 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.mapper.MapperBuilders.ttl. | 48 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.mapper.core.TypeParsers.parseField. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.mapper.*. | 37 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 43 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 43 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 43 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.support.XContentMapValues.nodeBooleanValue' | 48 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.support.XContentMapValues.nodeBooleanValue' | 48 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.support.XContentMapValues.nodeBooleanValue. | 48 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.mapper.MapperBuilders.timestamp. | 49 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.mapper.core.TypeParsers.parseDateTimeFormatter. | 50 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.mapper.core.TypeParsers.parseField. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.mapper.*. | 42 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 46 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 46 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 46 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.index.mapper.MapperBuilders.type' | 50 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.index.mapper.MapperBuilders.type' | 50 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.mapper.MapperBuilders.type. | 50 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.mapper.core.TypeParsers.parseField. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.mapper.*. | 39 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 43 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 43 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 43 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.index.mapper.MapperBuilders.uid' | 47 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.index.mapper.MapperBuilders.uid' | 47 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.mapper.MapperBuilders.uid. | 47 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.mapper.core.TypeParsers.parseField. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.mapper.*. | 31 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 35 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.index.mapper.MapperBuilders.version' | 39 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.index.mapper.MapperBuilders.version' | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.mapper.MapperBuilders.version. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.mapper.*. | 49 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 56 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 56 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 56 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.index.mapper.MapperBuilders.ipField' | 62 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.index.mapper.MapperBuilders.ipField' | 62 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.mapper.MapperBuilders.ipField. | 62 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.mapper.core.TypeParsers.parseNumberField. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.ArrayList' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.ArrayList' | 29 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.mapper.*. | 39 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 46 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 46 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 46 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 47 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 49 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 49 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. | 49 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.support.XContentMapValues.nodeBooleanValue. | 50 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.mapper.MapperBuilders.*. | 51 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.mapper.MapperBuilders.*. | 51 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.mapper.core.TypeParsers.parsePathType. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.mapper.*. | 31 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 35 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 36 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 38 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.support.XContentMapValues.nodeBooleanValue. | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.mapper.core.TypeParsers.parseDateTimeFormatter. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 25 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.index.*. | 24 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 39 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 39 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Set' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Set' | 32 | |
| imports | ImportOrder | Wrong order for 'java.util.Set' import. | 32 | |
| imports | UnusedImports | Unused import - java.util.Set. | 32 | |
| imports | UnusedImports | Unused import - java.util.concurrent.CopyOnWriteArraySet. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Set' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Set' | 30 | |
| imports | ImportOrder | Wrong order for 'java.util.Set' import. | 30 | |
| imports | UnusedImports | Unused import - java.util.Set. | 30 | |
| imports | UnusedImports | Unused import - java.util.concurrent.CopyOnWriteArraySet. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 38 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 38 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.elasticsearch.index.shard.IndexShardComponent. | 30 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.Closeable' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.Closeable' | 34 | |
| imports | ImportOrder | Wrong order for 'java.io.Closeable' import. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.index.*. | 22 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.ImmutableSet' import. | 32 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.elasticsearch.index.shard.IndexShard' import. | 53 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.Closeable' | 57 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.Closeable' | 57 | |
| imports | ImportOrder | Wrong order for 'java.io.Closeable' import. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 37 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 37 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.concurrent.TimeUnit' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.concurrent.TimeUnit' | 32 | |
| imports | ImportOrder | Wrong order for 'java.util.concurrent.TimeUnit' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 28 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 31 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.lucene.search.Queries.fixNegativeQueryIfNeeded. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.common.xcontent.*. | 23 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 37 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 37 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 37 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameQuery' | 39 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameQuery' | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameQuery. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 27 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 28 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 34 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameFilter' | 37 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameFilter' | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameFilter. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 34 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameQuery' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameQuery' | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameQuery. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 33 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameQuery' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameQuery' | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameQuery. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 36 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 36 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameFilter' | 38 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameFilter' | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameFilter. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 37 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 37 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 37 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameFilter' | 39 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameFilter' | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameFilter. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 37 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 37 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 37 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameFilter' | 39 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameFilter' | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameFilter. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 36 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 36 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameFilter' | 39 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameFilter' | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameFilter. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 36 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 36 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameFilter' | 38 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameFilter' | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameFilter. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 38 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 38 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 41 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 41 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 42 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 42 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 42 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.QueryParserUtils.ensureNotDeleteByQuery' | 44 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.QueryParserUtils.ensureNotDeleteByQuery' | 44 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryParserUtils.ensureNotDeleteByQuery. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.lucene.search.FilteredQuery. | 23 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 44 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 44 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 44 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.QueryParserUtils.ensureNotDeleteByQuery' | 46 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.QueryParserUtils.ensureNotDeleteByQuery' | 46 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryParserUtils.ensureNotDeleteByQuery. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 32 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.HasParentQueryParser.createParentQuery' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.HasParentQueryParser.createParentQuery' | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.HasParentQueryParser.createParentQuery. | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryParserUtils.ensureNotDeleteByQuery. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 42 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 42 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 42 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.QueryParserUtils.ensureNotDeleteByQuery' | 46 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.QueryParserUtils.ensureNotDeleteByQuery' | 46 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryParserUtils.ensureNotDeleteByQuery. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.LinkedList' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.LinkedList' | 31 | |
| imports | ImportOrder | Wrong order for 'java.util.LinkedList' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.elasticsearch.Version' import. | 28 | |
| imports | ImportOrder | Wrong order for 'org.elasticsearch.index.cache.fixedbitset.FixedBitSetFilterCache' import. | 43 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 52 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 52 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 52 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 57 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 57 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. | 57 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Maps.newHashMap. | 58 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.Builder.EMPTY_SETTINGS. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 35 | |
| imports | UnusedImports | Unused import - java.util.Set. | 37 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameFilter' | 39 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameFilter' | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameFilter. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 33 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameQuery' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameQuery' | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameQuery. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.common.xcontent.*. | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 44 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 44 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 44 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.index.mapper.Uid.createUidAsBytes' | 50 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.index.mapper.Uid.createUidAsBytes' | 50 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.mapper.Uid.createUidAsBytes. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 38 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 38 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 30 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameFilter' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameFilter' | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameFilter. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 28 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 31 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameFilter' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameFilter' | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameFilter. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 32 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameQuery' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameQuery' | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameQuery. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Collection' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Collection' | 28 | |
| imports | ImportOrder | Wrong order for 'java.util.Collection' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.elasticsearch.index.mapper.MapperBuilders' import. | 53 | |
| imports | ImportOrder | Wrong order for 'org.elasticsearch.index.mapper.ContentPath' import. | 54 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 64 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 64 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 64 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.unit.Fuzziness' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.unit.Fuzziness' | 24 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.apache.lucene.queryparser.classic.MapperQueryParser' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'org.apache.lucene.queryparser.classic.MapperQueryParser' | 25 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 42 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 42 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 42 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.lucene.search.Queries.fixNegativeQueryIfNeeded' | 45 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.lucene.search.Queries.fixNegativeQueryIfNeeded' | 45 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.lucene.search.Queries.fixNegativeQueryIfNeeded. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 36 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 36 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameFilter' | 38 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameFilter' | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameFilter. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 34 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameQuery' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameQuery' | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameQuery. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 32 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameFilter' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameFilter' | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameFilter. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.apache.lucene.util.automaton.RegExp' | 23 | |
| imports | ImportOrder | Extra separation in import group before 'org.apache.lucene.util.automaton.RegExp' | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 34 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameQuery' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameQuery' | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameQuery. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.collect.Maps.newHashMap' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.collect.Maps.newHashMap' | 27 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Maps.newHashMap. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 39 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 39 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 39 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.collect.Maps.newHashMap' | 42 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.collect.Maps.newHashMap' | 42 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Maps.newHashMap. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.search.*. | 26 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Locale' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Locale' | 24 | |
| imports | ImportOrder | Wrong order for 'java.util.Locale' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 23 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 23 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 31 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameFilter' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameFilter' | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameFilter. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 30 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameQuery' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameQuery' | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameQuery. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 42 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 42 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 42 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameFilter' | 45 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameFilter' | 45 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameFilter. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 23 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 23 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 33 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.lucene.search.Queries.fixNegativeQueryIfNeeded. | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameQuery. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 23 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 23 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 36 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 36 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.QueryParserUtils.ensureNotDeleteByQuery' | 38 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.QueryParserUtils.ensureNotDeleteByQuery' | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryParserUtils.ensureNotDeleteByQuery. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 31 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameQuery' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameQuery' | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameQuery. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 54 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 54 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 32 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.elasticsearch.common.lucene.search.function.FunctionScoreQuery. | 24 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.common.lucene.search.function.*. | 34 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 41 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 41 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Map' | 31 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Set' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Set' | 28 | |
| imports | ImportOrder | Wrong order for 'java.util.Set' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.inject.Inject' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.inject.Inject' | 24 | |
| imports | ImportOrder | Wrong order for 'org.elasticsearch.common.inject.Inject' import. | 24 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 36 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.collect.Maps' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.collect.Maps' | 24 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.Maps' import. | 24 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 36 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.elasticsearch.common.xcontent.ToXContent. | 22 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 36 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 37 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 37 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Deque' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Deque' | 24 | |
| imports | ImportOrder | Wrong order for 'java.util.Deque' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.apache.lucene.index.AtomicReaderContext' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'org.apache.lucene.index.AtomicReaderContext' | 25 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 37 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 37 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.search.*. | 25 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 39 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 39 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 39 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameQuery' | 42 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameQuery' | 42 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.support.QueryParsers.wrapSmartNameQuery. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 38 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 38 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.search.*. | 26 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 38 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 38 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.search.*. | 25 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 45 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 45 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.search.*. | 23 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.search.*. | 25 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 36 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.index.*. | 21 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.util.*. | 26 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.index.*. | 21 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.search.*. | 22 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 40 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 40 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.index.*. | 23 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.search.*. | 24 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 43 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 43 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 38 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 38 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 39 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 39 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.elasticsearch.action.get.MultiGetRequest. | 23 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.search.*. | 25 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.HashMap' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.HashMap' | 35 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.ArrayList' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.ArrayList' | 27 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.lang.annotation.Documented' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.lang.annotation.Documented' | 24 | |
| imports | ImportOrder | Wrong order for 'java.lang.annotation.Documented' import. | 24 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.lang.annotation.ElementType.FIELD' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.lang.annotation.ElementType.FIELD' | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - java.lang.annotation.ElementType.FIELD. | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - java.lang.annotation.ElementType.PARAMETER. | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.lang.annotation.Documented' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.lang.annotation.Documented' | 24 | |
| imports | ImportOrder | Wrong order for 'java.lang.annotation.Documented' import. | 24 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.lang.annotation.ElementType.FIELD' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.lang.annotation.ElementType.FIELD' | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - java.lang.annotation.ElementType.FIELD. | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - java.lang.annotation.ElementType.PARAMETER. | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.concurrent.CopyOnWriteArrayList' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.concurrent.CopyOnWriteArrayList' | 29 | |
| imports | ImportOrder | Wrong order for 'java.util.concurrent.CopyOnWriteArrayList' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.engine.*. | 70 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.mapper.*. | 79 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 112 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 112 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 112 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.index.mapper.SourceToParse.source' | 120 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.index.mapper.SourceToParse.source' | 120 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.mapper.SourceToParse.source. | 120 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.search.similarities.*. | 22 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.search.similarities.*. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.elasticsearch.index.Index. | 26 | |
| imports | UnusedImports | Unused import - org.elasticsearch.index.settings.IndexSettings. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.search.similarities.*. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Map' | 31 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Map' | 30 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.elasticsearch.common.inject.Provider. | 23 | |
| imports | UnusedImports | Unused import - org.elasticsearch.index.IndexComponent. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.util.concurrent.atomic.AtomicInteger. | 22 | |
| imports | UnusedImports | Unused import - java.util.concurrent.atomic.AtomicLong. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.common.xcontent.*. | 48 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.snapshots.*. | 52 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.FilterInputStream' | 61 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.FilterInputStream' | 61 | |
| imports | ImportOrder | Wrong order for 'java.io.FilterInputStream' import. | 61 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 65 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 68 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 68 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. | 68 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.repositories.blobstore.BlobStoreRepository.testBlobPrefix. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 37 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 37 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 37 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 40 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Iterator' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Iterator' | 25 | |
| imports | ImportOrder | Wrong order for 'java.util.Iterator' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.FilterInputStream' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.FilterInputStream' | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.FilterInputStream' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 23 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 23 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.store.*. | 21 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.FileNotFoundException' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.FileNotFoundException' | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.FileNotFoundException' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.elasticsearch.common.settings.Settings. | 23 | |
| imports | UnusedImports | Unused import - org.elasticsearch.index.settings.IndexSettings. | 25 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 | |
| imports | UnusedImports | Unused import - java.io.IOException. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.index.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.store.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.util.*. | 29 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.*' | 59 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.*' | 59 | |
| imports | ImportOrder | Wrong order for 'java.io.*' import. | 59 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 59 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.elasticsearch.common.util.Callback. | 24 | |
| imports | UnusedImports | Unused import - org.elasticsearch.index.shard.ShardId. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.apache.lucene.store.IndexOutput' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'org.apache.lucene.store.IndexOutput' | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.elasticsearch.index.store.DirectoryService' import. | 25 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.store.*. | 23 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.File' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.File' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.store.*. | 22 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.File' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.File' | 32 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.File' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.File' | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.File' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.File' | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.File' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.File' | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.FileNotFoundException' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.FileNotFoundException' | 32 | |
| imports | ImportOrder | Wrong order for 'java.io.FileNotFoundException' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.elasticsearch.ElasticsearchIllegalStateException. | 24 | |
| imports | UnusedImports | Unused import - org.elasticsearch.common.io.FileSystemUtils. | 25 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 38 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 38 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 38 | |
| imports | UnusedImports | Unused import - java.io.IOException. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.concurrent.TimeUnit' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.concurrent.TimeUnit' | 30 | |
| imports | ImportOrder | Wrong order for 'java.util.concurrent.TimeUnit' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.index.*. | 23 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.mapper.*. | 39 | |
| imports | ImportOrder | Wrong order for 'org.elasticsearch.index.IndexService' import. | 42 | |
| imports | ImportOrder | Wrong order for 'org.elasticsearch.index.shard.IndexShard' import. | 46 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 48 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 48 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 48 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 49 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.index.mapper.SourceToParse.source' | 51 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.index.mapper.SourceToParse.source' | 51 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.mapper.SourceToParse.source. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.common.io.stream.*. | 26 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.EOFException' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.EOFException' | 28 | |
| imports | ImportOrder | Wrong order for 'java.io.EOFException' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.File' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.File' | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 43 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 43 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.elasticsearch.index.shard.IndexShard' import. | 36 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.Closeable' | 39 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.Closeable' | 39 | |
| imports | ImportOrder | Wrong order for 'java.io.Closeable' import. | 39 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.unit.TimeValue.timeValueMillis' | 43 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.unit.TimeValue.timeValueMillis' | 43 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.unit.TimeValue.timeValueMillis. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.File' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.File' | 25 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.File' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.File' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.elasticsearch.index.translog.Translog' import. | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.elasticsearch.index.translog.Translog' import. | 26 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.EOFException' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.EOFException' | 28 | |
| imports | ImportOrder | Wrong order for 'java.io.EOFException' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.File' | 43 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.File' | 43 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 43 | |
| imports | ImportOrder | Wrong order for 'java.nio.file.*' import. | 48 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.nio.file.*. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.File' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.File' | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.elasticsearch.index.translog.Translog' import. | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.FileNotFoundException' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.FileNotFoundException' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.FileNotFoundException' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.concurrent.TimeUnit' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.concurrent.TimeUnit' | 31 | |
| imports | ImportOrder | Wrong order for 'java.util.concurrent.TimeUnit' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.elasticsearch.index.shard.IndexShard' import. | 28 | |
| imports | ImportOrder | Wrong order for 'org.elasticsearch.index.settings.IndexSettings' import. | 29 | |
| imports | ImportOrder | Wrong order for 'org.elasticsearch.common.settings.Settings' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - com.google.common.collect.*. | 23 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.common.inject.*. | 40 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.*. | 50 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.Closeable' | 87 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.Closeable' | 87 | |
| imports | ImportOrder | Wrong order for 'java.io.Closeable' import. | 87 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 90 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.collect.Maps.newHashMap' | 96 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.collect.Maps.newHashMap' | 96 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Maps.newHashMap. | 96 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. | 97 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. | 98 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.collect.MapBuilder.newMapBuilder. | 99 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 100 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.elasticsearch.index.shard.IndexShard' import. | 33 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 37 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 37 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.concurrent.CopyOnWriteArrayList' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.concurrent.CopyOnWriteArrayList' | 34 | |
| imports | ImportOrder | Wrong order for 'java.util.concurrent.CopyOnWriteArrayList' import. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 53 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 53 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Arrays' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Arrays' | 26 | |
| imports | ImportOrder | Wrong order for 'java.util.Arrays' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.*' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.*' | 33 | |
| imports | ImportOrder | Wrong order for 'java.io.*' import. | 33 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 33 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Map' | 27 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.analysis.*. | 28 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.Closeable' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.Closeable' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.Closeable' import. | 30 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.Builder.EMPTY_SETTINGS' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.Builder.EMPTY_SETTINGS' | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.Builder.EMPTY_SETTINGS. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Locale' | 69 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Locale' | 69 | |
| imports | ImportOrder | Wrong order for 'java.util.Locale' import. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Map' | 25 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.Reader' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.Reader' | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.Reader' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.analysis.miscellaneous.*. | 43 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.analysis.*. | 58 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Locale' | 62 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Locale' | 62 | |
| imports | ImportOrder | Wrong order for 'java.util.Locale' import. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.Reader' | 39 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.Reader' | 39 | |
| imports | ImportOrder | Wrong order for 'java.io.Reader' import. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.HashMap' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.HashMap' | 33 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 33 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 38 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Iterator' | 42 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Iterator' | 42 | |
| imports | ImportOrder | Wrong order for 'java.util.Iterator' import. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.apache.lucene.util.BytesRef' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'org.apache.lucene.util.BytesRef' | 27 | |
| imports | UnusedImports | Unused import - org.elasticsearch.common.lucene.HashedBytesRef. | 36 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 44 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 44 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - com.google.common.cache.*. | 24 | |
| imports | ImportOrder | Wrong order for 'org.elasticsearch.index.shard.IndexShard' import. | 43 | |
| imports | UnusedImports | Unused import - org.elasticsearch.search.SearchShardTarget. | 44 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 51 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 51 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 51 | |
| imports | UnusedImports | Unused import - java.io.IOException. | 51 | |
| imports | UnusedImports | Unused import - java.util.Collection. | 52 | |
| imports | UnusedImports | Unused import - java.util.Collections. | 53 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.Strings.hasLength' | 60 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.Strings.hasLength' | 60 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.Strings.hasLength. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.elasticsearch.ExceptionsHelper. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.cluster.routing.*. | 41 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.HashMap' | 70 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.HashMap' | 70 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 70 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.collect.Maps.newHashMap' | 76 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.collect.Maps.newHashMap' | 76 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Maps.newHashMap. | 76 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.ExceptionsHelper.detailedMessage. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - com.google.common.cache.*. | 22 | |
| imports | ImportOrder | Wrong order for 'org.elasticsearch.index.IndexService' import. | 41 | |
| imports | ImportOrder | Wrong order for 'org.elasticsearch.index.shard.IndexShard' import. | 44 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.ArrayList' | 47 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.ArrayList' | 47 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.*' | 43 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.*' | 43 | |
| imports | ImportOrder | Wrong order for 'java.util.*' import. | 43 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.query.*. | 26 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Set' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Set' | 29 | |
| imports | ImportOrder | Wrong order for 'java.util.Set' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Map' | 30 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.concurrent.ConcurrentMap' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.concurrent.ConcurrentMap' | 34 | |
| imports | ImportOrder | Wrong order for 'java.util.concurrent.ConcurrentMap' import. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.Closeable' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.Closeable' | 35 | |
| imports | ImportOrder | Wrong order for 'java.io.Closeable' import. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.*' | 43 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.*' | 43 | |
| imports | ImportOrder | Wrong order for 'java.util.*' import. | 43 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 67 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 67 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 67 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.concurrent.*. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 39 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 39 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 36 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.shard.*. | 45 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.transport.*. | 52 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 54 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 54 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 54 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.unit.TimeValue.timeValueMillis' | 61 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.unit.TimeValue.timeValueMillis' | 61 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.unit.TimeValue.timeValueMillis. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.cluster.*. | 23 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.transport.*. | 46 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.Closeable' | 48 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.Closeable' | 48 | |
| imports | ImportOrder | Wrong order for 'java.io.Closeable' import. | 48 | |
| imports | UnusedImports | Unused import - java.io.File. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.action.support.nodes.*. | 29 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.File' | 51 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.File' | 51 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.elasticsearch.index.IndexService' import. | 49 | |
| imports | ImportOrder | Wrong order for 'org.elasticsearch.index.shard.IndexShard' import. | 51 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 55 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 55 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.elasticsearch.common.inject.Scopes. | 23 | |
| imports | UnusedImports | Unused import - org.elasticsearch.common.inject.assistedinject.FactoryProvider. | 24 | |
| imports | UnusedImports | Unused import - org.elasticsearch.common.inject.multibindings.MapBinder. | 25 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 48 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Map' | 48 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 48 | |
| imports | UnusedImports | Unused import - java.util.Map. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.File' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.File' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.File' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.File' | 34 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.lang.management.ManagementFactory' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.lang.management.ManagementFactory' | 25 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.lang.management.ManagementFactory' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.lang.management.ManagementFactory' | 28 | |
| imports | ImportOrder | Wrong order for 'java.lang.management.ManagementFactory' import. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 31 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.management.*. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.HashSet' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.HashSet' | 32 | |
| imports | ImportOrder | Wrong order for 'java.util.HashSet' import. | 32 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.unit.TimeValue.timeValueSeconds' | 37 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.unit.TimeValue.timeValueSeconds' | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.unit.TimeValue.timeValueSeconds. | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.monitor.jvm.JvmStats.GarbageCollector. | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.monitor.jvm.JvmStats.jvmStats. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 33 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.management.*. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.net.InetAddress' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.net.InetAddress' | 28 | |
| imports | ImportOrder | Wrong order for 'java.net.InetAddress' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hyperic.sigar.*. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hyperic.sigar.*. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.lang.management.ManagementFactory' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.lang.management.ManagementFactory' | 26 | |
| imports | ImportOrder | Wrong order for 'java.lang.management.ManagementFactory' import. | 26 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.monitor.jvm.JvmInfo.jvmInfo' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.monitor.jvm.JvmInfo.jvmInfo' | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.monitor.jvm.JvmInfo.jvmInfo. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 105 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 105 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 105 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 109 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 109 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 109 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Map' | 31 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 31 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.Strings.cleanPath' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.Strings.cleanPath' | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.Strings.cleanPath. | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Map' | 31 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.index.*. | 25 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.search.*. | 25 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.search.internal.*. | 66 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.HashMap' | 73 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.HashMap' | 73 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.search.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.percolator.QueryCollector.*. | 76 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 92 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 92 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 92 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.index.mapper.SourceToParse.source' | 97 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.index.mapper.SourceToParse.source' | 97 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.mapper.SourceToParse.source. | 97 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.percolator.QueryCollector.*. | 98 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.percolator.QueryCollector.*. | 98 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.search.*. | 24 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 44 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 44 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Collection' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Collection' | 29 | |
| imports | ImportOrder | Wrong order for 'java.util.Collection' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Collection' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Collection' | 29 | |
| imports | ImportOrder | Wrong order for 'java.util.Collection' import. | 29 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.inject.Modules.createModule' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.inject.Modules.createModule' | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.inject.Modules.createModule. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Collection' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Collection' | 27 | |
| imports | ImportOrder | Wrong order for 'java.util.Collection' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'javax.net.ssl.HttpsURLConnection' | 37 | |
| imports | ImportOrder | Extra separation in import group before 'javax.net.ssl.HttpsURLConnection' | 37 | |
| imports | ImportOrder | Wrong order for 'javax.net.ssl.HttpsURLConnection' import. | 37 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 41 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 51 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.Strings.hasLength' | 55 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.Strings.hasLength' | 55 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.Strings.hasLength. | 55 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.io.FileSystemUtils.moveFilesWithoutOverwriting. | 56 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.Builder.EMPTY_SETTINGS. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Collection' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Collection' | 29 | |
| imports | ImportOrder | Wrong order for 'java.util.Collection' import. | 29 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.inject.Modules.createModule' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.inject.Modules.createModule' | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.inject.Modules.createModule. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - com.google.common.collect.*. | 22 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.File' | 44 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.File' | 44 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 44 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 50 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.io.FileSystemUtils.isAccessibleDirectory' | 52 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.io.FileSystemUtils.isAccessibleDirectory' | 52 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.io.FileSystemUtils.isAccessibleDirectory. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Collection' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Collection' | 29 | |
| imports | ImportOrder | Wrong order for 'java.util.Collection' import. | 29 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.inject.Modules.createModule' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.inject.Modules.createModule' | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.inject.Modules.createModule. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Map' | 34 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.lucene.util.IOUtils. | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.cluster.*. | 27 | |
| imports | UnusedImports | Unused import - org.elasticsearch.common.inject.Injectors. | 37 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 46 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 46 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 46 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.collect.Maps.newHashMap' | 51 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.collect.Maps.newHashMap' | 51 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Maps.newHashMap. | 51 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.Builder.EMPTY_SETTINGS. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.elasticsearch.common.io.stream.StreamInput. | 25 | |
| imports | UnusedImports | Unused import - org.elasticsearch.common.io.stream.Streamable. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.elasticsearch.common.Strings. | 24 | |
| imports | UnusedImports | Unused import - org.elasticsearch.common.settings.NoClassSettingsException. | 29 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Locale' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Locale' | 32 | |
| imports | ImportOrder | Wrong order for 'java.util.Locale' import. | 32 | |
| imports | UnusedImports | Unused import - java.util.Locale. | 32 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.Strings.toCamelCase' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.Strings.toCamelCase' | 34 | |
| imports | UnusedImports | Unused import - org.elasticsearch.common.Strings.toCamelCase. | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.Strings.toCamelCase. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.elasticsearch.common.io.stream.Streamable. | 33 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.transport.*. | 37 | |
| imports | ImportOrder | Wrong order for 'org.elasticsearch.repositories.RepositoriesService.VerifyResponse' import. | 38 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 40 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 40 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 40 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 45 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 45 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.elasticsearch.common.Strings' import. | 34 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.common.xcontent.*. | 47 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.snapshots.*. | 57 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.FileNotFoundException' | 59 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.FileNotFoundException' | 59 | |
| imports | ImportOrder | Wrong order for 'java.io.FileNotFoundException' import. | 59 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 68 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 68 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.elasticsearch.threadpool.ThreadPool. | 32 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.File' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.File' | 34 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.elasticsearch.threadpool.ThreadPool. | 33 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.action.*. | 22 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Set' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Set' | 30 | |
| imports | ImportOrder | Wrong order for 'java.util.Set' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.ExceptionsHelper.detailedMessage' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.ExceptionsHelper.detailedMessage' | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.ExceptionsHelper.detailedMessage. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 34 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestStatus.*' | 39 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestStatus.*' | 39 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.rest.RestStatus.*. | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.*. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.Closeable' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.Closeable' | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.Closeable' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 27 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.net.SocketAddress' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'java.net.SocketAddress' | 33 | |
| imports | ImportOrder | Wrong order for 'java.net.SocketAddress' import. | 33 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.unit.ByteSizeValue.parseBytesSizeValue' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.unit.ByteSizeValue.parseBytesSizeValue' | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.unit.ByteSizeValue.parseBytesSizeValue. | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.unit.TimeValue.parseTimeValue. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - com.google.common.collect.Maps. | 23 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.ArrayList' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.ArrayList' | 27 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.elasticsearch.rest.action.admin.cluster.repositories.verify.RestVerifyRepositoryAction' import. | 27 | |
| imports | ImportOrder | Wrong order for 'org.elasticsearch.rest.action.admin.cluster.health.RestClusterHealthAction' import. | 28 | |
| imports | ImportOrder | Wrong order for 'org.elasticsearch.rest.action.admin.indices.recovery.RestRecoveryAction' import. | 84 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.rest.action.cat.*. | 86 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 114 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 114 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 114 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.rest.*. | 29 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Locale' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Locale' | 32 | |
| imports | ImportOrder | Wrong order for 'java.util.Locale' import. | 32 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.client.Requests.clusterHealthRequest' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.client.Requests.clusterHealthRequest' | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.client.Requests.clusterHealthRequest. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.rest.*. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.rest.*. | 31 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Set' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Set' | 34 | |
| imports | ImportOrder | Wrong order for 'java.util.Set' import. | 34 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.GET' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.GET' | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.rest.*. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.rest.*. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.rest.*. | 30 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Set' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Set' | 33 | |
| imports | ImportOrder | Wrong order for 'java.util.Set' import. | 33 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.GET' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.GET' | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.rest.*. | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.client.Requests.deleteRepositoryRequest' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.client.Requests.deleteRepositoryRequest' | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.client.Requests.deleteRepositoryRequest. | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.DELETE. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.rest.*. | 31 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.client.Requests.getRepositoryRequest' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.client.Requests.getRepositoryRequest' | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.client.Requests.getRepositoryRequest. | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.OK. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.rest.*. | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.client.Requests.putRepositoryRequest' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.client.Requests.putRepositoryRequest' | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.client.Requests.putRepositoryRequest. | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.POST. | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.PUT. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.elasticsearch.action.ActionListener. | 22 | |
| imports | UnusedImports | Unused import - org.elasticsearch.action.admin.cluster.repositories.put.PutRepositoryRequest. | 23 | |
| imports | UnusedImports | Unused import - org.elasticsearch.action.admin.cluster.repositories.put.PutRepositoryResponse. | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.rest.*. | 30 | |
| imports | UnusedImports | Unused import - org.elasticsearch.rest.action.support.AcknowledgedRestListener. | 31 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.client.Requests.verifyRepositoryRequest' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.client.Requests.verifyRepositoryRequest' | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.client.Requests.verifyRepositoryRequest. | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.POST. | 35 | |
| imports | UnusedImports | Unused import - org.elasticsearch.rest.RestRequest.Method.PUT. | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.PUT. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.rest.*. | 33 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 36 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.rest.*. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.rest.*. | 30 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.rest.*. | 30 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.GET' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.GET' | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.POST. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.rest.*. | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.client.Requests.createSnapshotRequest' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.client.Requests.createSnapshotRequest' | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.client.Requests.createSnapshotRequest. | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.POST. | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.PUT. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.rest.*. | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.client.Requests.deleteSnapshotRequest' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.client.Requests.deleteSnapshotRequest' | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.client.Requests.deleteSnapshotRequest. | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.DELETE. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.rest.*. | 28 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.client.Requests.getSnapshotsRequest' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.client.Requests.getSnapshotsRequest' | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.client.Requests.getSnapshotsRequest. | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.rest.*. | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.client.Requests.restoreSnapshotRequest' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.client.Requests.restoreSnapshotRequest' | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.client.Requests.restoreSnapshotRequest. | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.POST. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.rest.*. | 28 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.client.Requests.snapshotsStatusRequest' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.client.Requests.snapshotsStatusRequest' | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.client.Requests.snapshotsStatusRequest. | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.rest.*. | 34 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.EnumSet' | 37 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.EnumSet' | 37 | |
| imports | ImportOrder | Wrong order for 'java.util.EnumSet' import. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.rest.*. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.rest.*. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.rest.*. | 31 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Map' | 34 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 34 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.metadata.AliasAction.newAddAliasAction' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.metadata.AliasAction.newAddAliasAction' | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.metadata.AliasAction.newAddAliasAction. | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.POST. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Arrays' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Arrays' | 24 | |
| imports | ImportOrder | Wrong order for 'java.util.Arrays' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.rest.*. | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.DELETE' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.DELETE' | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.DELETE. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.rest.*. | 34 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 37 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 37 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 37 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.GET' | 40 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.GET' | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.OK. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.rest.*. | 35 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.Strings.isAllOrWildcard' | 38 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.Strings.isAllOrWildcard' | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.Strings.isAllOrWildcard. | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.OK. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.rest.*. | 31 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.HEAD' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.HEAD' | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.HEAD. | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.NOT_FOUND. | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.OK. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 38 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Map' | 38 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 38 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.POST' | 40 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.POST' | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.POST. | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.PUT. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.rest.*. | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.GET' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.GET' | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.POST. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.rest.*. | 31 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Map' | 34 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 34 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.GET' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.GET' | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.POST. | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.OK. | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.action.support.RestActions.buildBroadcastShardsHeader. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.rest.*. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.rest.*. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.rest.*. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.rest.*. | 29 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.HEAD' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.HEAD' | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.HEAD. | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.NOT_FOUND. | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.OK. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.rest.*. | 28 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.HEAD' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.HEAD' | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.HEAD. | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.NOT_FOUND. | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.OK. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.rest.*. | 30 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.GET' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.GET' | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.POST. | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.OK. | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.action.support.RestActions.buildBroadcastShardsHeader. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.ElasticsearchIllegalStateException' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.ElasticsearchIllegalStateException' | 24 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 48 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 48 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 48 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.GET' | 50 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.GET' | 50 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. | 50 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.OK. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.rest.*. | 29 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.client.Requests.deleteMappingRequest' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.client.Requests.deleteMappingRequest' | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.client.Requests.deleteMappingRequest. | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.DELETE. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.rest.*. | 32 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 35 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.GET' | 38 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.GET' | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.NOT_FOUND. | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.OK. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.rest.*. | 37 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.GET' | 40 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.GET' | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.OK. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.rest.*. | 29 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.client.Requests.putMappingRequest' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.client.Requests.putMappingRequest' | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.client.Requests.putMappingRequest. | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.POST. | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.PUT. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.rest.*. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.rest.*. | 30 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.GET' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.GET' | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.POST. | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.OK. | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.action.support.RestActions.buildBroadcastShardsHeader. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.rest.*. | 30 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.GET' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.GET' | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.OK. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.rest.*. | 30 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.GET' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.GET' | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.POST. | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.OK. | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.action.support.RestActions.buildBroadcastShardsHeader. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.rest.*. | 30 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.GET' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.GET' | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.OK. | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.action.support.RestActions.buildBroadcastShardsHeader. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.rest.*. | 32 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.GET' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.GET' | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.OK. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.rest.*. | 30 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Map' | 33 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 33 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.client.Requests.updateSettingsRequest' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.client.Requests.updateSettingsRequest' | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.client.Requests.updateSettingsRequest. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.rest.*. | 30 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Set' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Set' | 33 | |
| imports | ImportOrder | Wrong order for 'java.util.Set' import. | 33 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.GET' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.GET' | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.OK. | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.action.support.RestActions.buildBroadcastShardsHeader. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.rest.*. | 31 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.GET' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.GET' | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.OK. | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.action.support.RestActions.buildBroadcastShardsHeader. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.rest.*. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.rest.*. | 31 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Map' | 34 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 34 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.GET' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.GET' | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.NOT_FOUND. | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.OK. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.rest.*. | 26 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.HEAD' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.HEAD' | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.HEAD. | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.NOT_FOUND. | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.OK. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.rest.*. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.action.admin.indices.segments.*. | 25 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.GET' | 42 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.GET' | 42 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. | 42 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.POST. | 43 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.OK. | 44 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.action.support.RestActions.buildBroadcastShardsHeader. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.rest.*. | 32 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.GET' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.GET' | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.POST. | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.OK. | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.action.support.RestActions.buildBroadcastShardsHeader. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.rest.*. | 28 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.DELETE' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.DELETE' | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.DELETE. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.rest.*. | 31 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.GET' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.GET' | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.OK. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.rest.*. | 29 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.POST' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.POST' | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.POST. | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.PUT. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.rest.*. | 37 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.POST' | 40 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.POST' | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.POST. | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.PUT. | 41 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.OK. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.rest.*. | 26 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.rest.action.support.RestTable.buildHelpWidths' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.rest.action.support.RestTable.buildHelpWidths' | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.action.support.RestTable.buildHelpWidths. | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.action.support.RestTable.pad. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.rest.*. | 30 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 34 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 34 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.GET' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.GET' | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.rest.*. | 36 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.GET' | 41 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.GET' | 41 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.rest.*. | 25 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Set' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Set' | 27 | |
| imports | ImportOrder | Wrong order for 'java.util.Set' import. | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.GET' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.GET' | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.rest.*. | 30 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.concurrent.TimeUnit' | 37 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.concurrent.TimeUnit' | 37 | |
| imports | ImportOrder | Wrong order for 'java.util.concurrent.TimeUnit' import. | 37 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.GET' | 39 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.GET' | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.rest.*. | 32 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.HashMap' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.HashMap' | 36 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 36 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.GET' | 41 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.GET' | 41 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Locale' | 37 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Locale' | 37 | |
| imports | ImportOrder | Wrong order for 'java.util.Locale' import. | 37 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.GET' | 40 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.GET' | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.rest.*. | 39 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Locale' | 44 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Locale' | 44 | |
| imports | ImportOrder | Wrong order for 'java.util.Locale' import. | 44 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.GET' | 46 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.GET' | 46 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.rest.*. | 30 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.GET' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.GET' | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.rest.*. | 59 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Locale' | 65 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Locale' | 65 | |
| imports | ImportOrder | Wrong order for 'java.util.Locale' import. | 65 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.GET' | 67 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.GET' | 67 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.rest.*. | 29 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.GET' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.GET' | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.rest.*. | 34 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.GET' | 39 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.GET' | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Comparator' | 40 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Comparator' | 40 | |
| imports | ImportOrder | Wrong order for 'java.util.Comparator' import. | 40 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.GET' | 44 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.GET' | 44 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.action.admin.indices.segments.*. | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.rest.*. | 32 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 37 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 37 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 37 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.GET' | 40 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.GET' | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.rest.*. | 34 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.GET' | 39 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.GET' | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.rest.*. | 39 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.*' | 46 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.*' | 46 | |
| imports | ImportOrder | Wrong order for 'java.util.*' import. | 46 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 46 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.GET' | 48 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.GET' | 48 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.rest.*. | 32 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.action.count.CountRequest.DEFAULT_MIN_SCORE' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.action.count.CountRequest.DEFAULT_MIN_SCORE' | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.action.count.CountRequest.DEFAULT_MIN_SCORE. | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.internal.SearchContext.DEFAULT_TERMINATE_AFTER. | 37 | |
| imports | ImportOrder | Wrong order for 'org.elasticsearch.rest.RestRequest.Method.GET' import. | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.POST. | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.action.support.RestActions.buildBroadcastShardsHeader. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.rest.*. | 32 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.DELETE' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.DELETE' | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.DELETE. | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.NOT_FOUND. | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.OK. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.rest.*. | 37 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.DELETE' | 41 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.DELETE' | 41 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.DELETE. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.rest.*. | 30 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.action.exists.ExistsRequest.DEFAULT_MIN_SCORE' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.action.exists.ExistsRequest.DEFAULT_MIN_SCORE' | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.action.exists.ExistsRequest.DEFAULT_MIN_SCORE. | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.NOT_FOUND. | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.OK. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.rest.*. | 37 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 41 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 41 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 41 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.GET' | 43 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.GET' | 43 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. | 43 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.POST. | 44 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.NOT_FOUND. | 45 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.OK. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.rest.*. | 30 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.GET' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.GET' | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.NOT_FOUND. | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.OK. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.rest.*. | 30 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 34 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.GET' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.GET' | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.NOT_FOUND. | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.OK. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.rest.*. | 28 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.HEAD' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.HEAD' | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.HEAD. | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.NOT_FOUND. | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.OK. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.rest.*. | 28 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.GET' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.GET' | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.POST. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.rest.*. | 33 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 37 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 37 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 37 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.POST' | 39 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.POST' | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.POST. | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.PUT. | 40 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.rest.RestStatus.*. | 41 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.*. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.rest.*. | 31 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.GET' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.GET' | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.HEAD. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.rest.*. | 28 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.client.Requests.moreLikeThisRequest' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.client.Requests.moreLikeThisRequest' | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.client.Requests.moreLikeThisRequest. | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.unit.TimeValue.parseTimeValue. | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.POST. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.rest.*. | 28 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.GET' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.GET' | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.POST. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.rest.*. | 30 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.GET' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.GET' | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.POST. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.rest.*. | 29 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.DELETE' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.DELETE' | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.DELETE. | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.NOT_FOUND. | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.OK. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.rest.*. | 31 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 34 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.GET' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.GET' | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.NOT_FOUND. | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.OK. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.rest.*. | 31 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 34 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.POST' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.POST' | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.POST. | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.PUT. | 37 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.rest.RestStatus.*. | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.*. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.rest.*. | 28 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Arrays' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Arrays' | 32 | |
| imports | ImportOrder | Wrong order for 'java.util.Arrays' import. | 32 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.DELETE' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.DELETE' | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.DELETE. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.rest.*. | 29 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.GET' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.GET' | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.POST. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.rest.*. | 32 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.unit.TimeValue.parseTimeValue' | 41 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.unit.TimeValue.parseTimeValue' | 41 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.unit.TimeValue.parseTimeValue. | 41 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. | 42 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.POST. | 43 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.suggest.SuggestBuilders.termSuggestion. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.rest.*. | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.unit.TimeValue.parseTimeValue' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.unit.TimeValue.parseTimeValue' | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.unit.TimeValue.parseTimeValue. | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.POST. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. | 22 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.POST. | 23 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.action.support.RestActions.buildBroadcastShardsHeader. | 24 | |
| imports | ImportOrder | Wrong order for 'org.elasticsearch.ElasticsearchIllegalArgumentException' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.elasticsearch.common.logging.ESLogger. | 22 | |
| imports | UnusedImports | Unused import - org.elasticsearch.rest.action.support.RestActionListener. | 28 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 31 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestStatus.OK' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestStatus.OK' | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.OK. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 28 | |
| imports | UnusedImports | Unused import - java.io.IOException. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.elasticsearch.action.ActionListener. | 22 | |
| imports | UnusedImports | Unused import - org.elasticsearch.common.logging.ESLogger. | 23 | |
| imports | UnusedImports | Unused import - org.elasticsearch.common.logging.Loggers. | 24 | |
| imports | UnusedImports | Unused import - org.elasticsearch.rest.BytesRestResponse. | 25 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 | |
| imports | UnusedImports | Unused import - java.io.IOException. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.rest.*. | 32 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.DELETE' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.DELETE' | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.DELETE. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.GET' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.GET' | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.rest.*. | 24 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.POST' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.POST' | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.POST. | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.PUT. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.rest.*. | 29 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.GET' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.GET' | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.POST. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.rest.*. | 30 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.HashSet' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.HashSet' | 33 | |
| imports | ImportOrder | Wrong order for 'java.util.HashSet' import. | 33 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.GET' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.GET' | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.GET. | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.POST. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.rest.*. | 34 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 40 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Map' | 40 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 40 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.POST' | 42 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.rest.RestRequest.Method.POST' | 42 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestRequest.Method.POST. | 42 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.CREATED. | 43 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.rest.RestStatus.OK. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.nio.charset.Charset' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.nio.charset.Charset' | 27 | |
| imports | ImportOrder | Wrong order for 'java.nio.charset.Charset' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.lang.annotation.Documented' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.lang.annotation.Documented' | 25 | |
| imports | ImportOrder | Wrong order for 'java.lang.annotation.Documented' import. | 25 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.lang.annotation.ElementType.FIELD' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.lang.annotation.ElementType.FIELD' | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - java.lang.annotation.ElementType.FIELD. | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - java.lang.annotation.ElementType.PARAMETER. | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - java.lang.annotation.RetentionPolicy.RUNTIME. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Locale' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Locale' | 31 | |
| imports | ImportOrder | Wrong order for 'java.util.Locale' import. | 31 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.Strings.toCamelCase' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.Strings.toCamelCase' | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.Strings.toCamelCase. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Map' | 24 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Map' | 30 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.elasticsearch.common.inject.Injectors. | 39 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 55 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Map' | 55 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 55 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.action.support.TransportActions.isShardNotAvailableException' | 58 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.action.support.TransportActions.isShardNotAvailableException' | 58 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.action.support.TransportActions.isShardNotAvailableException. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.transport.*. | 30 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 30 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 30 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.concurrent.Executors.newSingleThreadExecutor' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.concurrent.Executors.newSingleThreadExecutor' | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - java.util.concurrent.Executors.newSingleThreadExecutor. | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.util.concurrent.EsExecutors.daemonThreadFactory. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Iterator' | 55 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Iterator' | 55 | |
| imports | ImportOrder | Wrong order for 'java.util.Iterator' import. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.apache.lucene.index.AtomicReaderContext' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'org.apache.lucene.index.AtomicReaderContext' | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.lucene.index.AtomicReaderContext' import. | 24 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 43 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 43 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Map' | 30 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Map' | 24 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.Closeable' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.Closeable' | 25 | |
| imports | ImportOrder | Wrong order for 'java.io.Closeable' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 34 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.File' | 69 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.File' | 69 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 69 | |
| imports | ImportOrder | Wrong order for 'java.io.Closeable' import. | 71 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Map' | 24 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.text.ParseException' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.text.ParseException' | 24 | |
| imports | ImportOrder | Wrong order for 'java.text.ParseException' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.text.ParseException' | 42 | |
| imports | ImportOrder | Extra separation in import group before 'java.text.ParseException' | 42 | |
| imports | ImportOrder | Wrong order for 'java.text.ParseException' import. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.codehaus.groovy.ast.expr.*. | 24 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.ArrayList' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.ArrayList' | 28 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 28 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.script.*. | 46 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 49 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 49 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 49 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.index.*. | 23 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Locale' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Locale' | 34 | |
| imports | ImportOrder | Wrong order for 'java.util.Locale' import. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.unit.TimeValue.readTimeValue' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.unit.TimeValue.readTimeValue' | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.unit.TimeValue.readTimeValue. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Map' | 30 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 24 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Map' | 25 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.search.fetch.*. | 79 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.search.internal.*. | 80 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.search.query.*. | 82 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 86 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 86 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 86 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.Strings.hasLength' | 95 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.Strings.hasLength' | 95 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.Strings.hasLength. | 95 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.unit.TimeValue.timeValueMinutes. | 96 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.search.fetch.*. | 38 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.transport.*. | 46 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 48 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 48 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 58 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 58 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 39 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 39 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 36 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 36 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - com.google.common.collect.*. | 22 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 32 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 33 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.collect.Maps.newHashMap' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.collect.Maps.newHashMap' | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Maps.newHashMap. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.search.aggregations.*. | 23 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Collection' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Collection' | 29 | |
| imports | ImportOrder | Wrong order for 'java.util.Collection' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 45 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 45 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.search.aggregations.*. | 25 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Collection' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Collection' | 24 | |
| imports | ImportOrder | Wrong order for 'java.util.Collection' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.search.aggregations.*. | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 33 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.elasticsearch.search.aggregations.Aggregation. | 22 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Collection' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Collection' | 25 | |
| imports | ImportOrder | Wrong order for 'java.util.Collection' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.search.aggregations.support.*. | 35 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 38 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 38 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 35 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.search.aggregations.*. | 22 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 23 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 23 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 38 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 38 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Comparator' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Comparator' | 24 | |
| imports | ImportOrder | Wrong order for 'java.util.Comparator' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 38 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 38 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 40 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 40 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.search.aggregations.*. | 34 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 38 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 38 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.search.aggregations.*. | 34 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 38 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 38 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Collection' | 23 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Collection' | 23 | |
| imports | ImportOrder | Wrong order for 'java.util.Collection' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.search.aggregations.*. | 26 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 37 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 37 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 23 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 23 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Collection' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Collection' | 24 | |
| imports | ImportOrder | Wrong order for 'java.util.Collection' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Collection' | 23 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Collection' | 23 | |
| imports | ImportOrder | Wrong order for 'java.util.Collection' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.search.aggregations.support.*. | 39 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 42 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 42 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Collection' | 23 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Collection' | 23 | |
| imports | ImportOrder | Wrong order for 'java.util.Collection' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.regex.Pattern' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.regex.Pattern' | 25 | |
| imports | ImportOrder | Wrong order for 'java.util.regex.Pattern' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.*' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.*' | 29 | |
| imports | ImportOrder | Wrong order for 'java.util.*' import. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Collection' | 23 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Collection' | 23 | |
| imports | ImportOrder | Wrong order for 'java.util.Collection' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.search.aggregations.*. | 33 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 44 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 44 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.elasticsearch.ElasticsearchIllegalArgumentException. | 24 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 38 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 38 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.elasticsearch.common.ParseField. | 23 | |
| imports | UnusedImports | Unused import - org.elasticsearch.search.internal.SearchContext. | 26 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 28 | |
| imports | UnusedImports | Unused import - java.util.EnumSet. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Set' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Set' | 27 | |
| imports | ImportOrder | Wrong order for 'java.util.Set' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.inject.AbstractModule' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.inject.AbstractModule' | 25 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 28 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.inject.AbstractModule' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.inject.AbstractModule' | 25 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 27 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Collections' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Collections' | 27 | |
| imports | ImportOrder | Wrong order for 'java.util.Collections' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Arrays' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Arrays' | 33 | |
| imports | ImportOrder | Wrong order for 'java.util.Arrays' import. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 47 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 47 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 35 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.*' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.*' | 32 | |
| imports | ImportOrder | Wrong order for 'java.util.*' import. | 32 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 37 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 37 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 35 | |
| imports | UnusedImports | Unused import - java.util.Collections. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Arrays' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Arrays' | 25 | |
| imports | ImportOrder | Wrong order for 'java.util.Arrays' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.search.aggregations.*. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Comparator' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Comparator' | 24 | |
| imports | ImportOrder | Wrong order for 'java.util.Comparator' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.util.*. | 25 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentBuilder' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentBuilder' | 24 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 36 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 46 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 46 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 37 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 37 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 37 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 37 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 37 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 37 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentParser' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentParser' | 24 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 35 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 38 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 38 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 38 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 38 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 37 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 37 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.search.*. | 23 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.search.aggregations.*. | 29 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 38 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 38 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 36 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.ArrayList' | 40 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.ArrayList' | 40 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.index.*. | 21 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.fielddata.*. | 27 | |
| imports | UnusedImports | Unused import - org.elasticsearch.index.fielddata.plain.ParentChildAtomicFieldData. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.search.aggregations.*. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 40 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 40 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.elasticsearch.common.geo.GeoPoint. | 22 | |
| imports | UnusedImports | Unused import - org.elasticsearch.common.geo.GeoUtils. | 23 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.text.DecimalFormat' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.text.DecimalFormat' | 29 | |
| imports | ImportOrder | Wrong order for 'java.text.DecimalFormat' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.lang.reflect.Array' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.lang.reflect.Array' | 26 | |
| imports | ImportOrder | Wrong order for 'java.lang.reflect.Array' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.lang.reflect.Array' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.lang.reflect.Array' | 26 | |
| imports | ImportOrder | Wrong order for 'java.lang.reflect.Array' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.lang.reflect.Array' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.lang.reflect.Array' | 27 | |
| imports | ImportOrder | Wrong order for 'java.lang.reflect.Array' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.elasticsearch.search.facet.FacetBuilder' import. | 42 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 52 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 52 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.search.*. | 26 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 53 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 53 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 53 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.index.*. | 23 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.search.*. | 24 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.AbstractSet' | 37 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.AbstractSet' | 37 | |
| imports | ImportOrder | Wrong order for 'java.util.AbstractSet' import. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 34 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.ArrayList' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.ArrayList' | 31 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Set' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Set' | 25 | |
| imports | ImportOrder | Wrong order for 'java.util.Set' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.search.*. | 25 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.common.lucene.search.*. | 31 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.ArrayList' | 38 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.ArrayList' | 38 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 33 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.collect.Maps.newHashMap' | 38 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.collect.Maps.newHashMap' | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Maps.newHashMap. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 25 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Comparator' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Comparator' | 25 | |
| imports | ImportOrder | Wrong order for 'java.util.Comparator' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 45 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 45 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 34 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 24 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.elasticsearch.index.fielddata.IndexGeoPointFieldData' import. | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 39 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 39 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.Strings' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.Strings' | 24 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.apache.lucene.index.AtomicReaderContext' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'org.apache.lucene.index.AtomicReaderContext' | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Comparator' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Comparator' | 25 | |
| imports | ImportOrder | Wrong order for 'java.util.Comparator' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 34 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.elasticsearch.index.fielddata.SortedNumericDoubleValues' import. | 28 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 41 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 41 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.search.*. | 23 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.Strings' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.Strings' | 24 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 24 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Comparator' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Comparator' | 26 | |
| imports | ImportOrder | Wrong order for 'java.util.Comparator' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 47 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 47 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 38 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 38 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 41 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 41 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 38 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 38 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 41 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 41 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Arrays' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Arrays' | 34 | |
| imports | ImportOrder | Wrong order for 'java.util.Arrays' import. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.regex.Matcher' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.regex.Matcher' | 27 | |
| imports | ImportOrder | Wrong order for 'java.util.regex.Matcher' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 42 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 42 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 38 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 38 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 36 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 42 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 42 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Comparator' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Comparator' | 25 | |
| imports | ImportOrder | Wrong order for 'java.util.Comparator' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Comparator' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Comparator' | 26 | |
| imports | ImportOrder | Wrong order for 'java.util.Comparator' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 40 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 40 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 38 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 38 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 38 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 37 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 37 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 38 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 38 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 38 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 39 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 39 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 40 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 40 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 40 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 42 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 42 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.fieldvisitor.*. | 39 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 64 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 64 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 64 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 65 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 67 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 67 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. | 67 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.contentBuilder. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 28 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.search.internal.InternalSearchHits.StreamContext' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.search.internal.InternalSearchHits.StreamContext' | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.internal.InternalSearchHits.StreamContext. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Map' | 32 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.elasticsearch.script.SearchScript. | 23 | |
| imports | UnusedImports | Unused import - org.elasticsearch.search.fetch.script.ScriptFieldsContext. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.elasticsearch.transport.TransportResponse. | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.search.fetch.FetchSearchResult.readFetchSearchResult' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.search.fetch.FetchSearchResult.readFetchSearchResult' | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.fetch.FetchSearchResult.readFetchSearchResult. | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.query.QuerySearchResult.readQuerySearchResult. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.search.SearchShardTarget.readSearchShardTarget' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.search.SearchShardTarget.readSearchShardTarget' | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.SearchShardTarget.readSearchShardTarget. | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.fetch.QueryFetchSearchResult.readQueryFetchSearchResult. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 23 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.ArrayList' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.ArrayList' | 34 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.search.*. | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 48 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 48 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 42 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 42 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.HashMap' | 39 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.HashMap' | 39 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 39 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.support.InnerHitsQueryParserHelper.parseCommonInnerHitOptions' | 42 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.support.InnerHitsQueryParserHelper.parseCommonInnerHitOptions' | 42 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.support.InnerHitsQueryParserHelper.parseCommonInnerHitOptions. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 40 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 40 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.ArrayList' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.ArrayList' | 32 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.ArrayList' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.ArrayList' | 27 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 25 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.ArrayList' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.ArrayList' | 31 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Map' | 30 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.elasticsearch.common.xcontent.XContentFactory. | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.search.vectorhighlight.*. | 23 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Collections' | 37 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Collections' | 37 | |
| imports | ImportOrder | Wrong order for 'java.util.Collections' import. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 28 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 25 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - com.google.common.collect.ImmutableSet. | 24 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 41 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 41 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 41 | |
| imports | UnusedImports | Unused import - java.util.Set. | 43 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.collect.Maps.newHashMap' | 45 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.collect.Maps.newHashMap' | 45 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Maps.newHashMap. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 33 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 37 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Set' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Set' | 25 | |
| imports | ImportOrder | Wrong order for 'java.util.Set' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.search.highlight.*. | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 38 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 38 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.search.*. | 26 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 45 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 45 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 45 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.*' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.*' | 25 | |
| imports | ImportOrder | Wrong order for 'java.util.*' import. | 25 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.analysis.*. | 30 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Comparator' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Comparator' | 33 | |
| imports | ImportOrder | Wrong order for 'java.util.Comparator' import. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.search.*. | 23 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 36 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.elasticsearch.index.cache.fixedbitset.FixedBitSetFilterCache' import. | 46 | |
| imports | ImportOrder | Wrong order for 'org.elasticsearch.index.IndexService' import. | 54 | |
| imports | UnusedImports | Unused import - org.elasticsearch.index.query.support.NestedScope. | 55 | |
| imports | ImportOrder | Wrong order for 'org.elasticsearch.search.fetch.innerhits.InnerHitsContext' import. | 67 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.ArrayList' | 78 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.ArrayList' | 78 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 63 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 63 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 28 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.search.Scroll.readScroll' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.search.Scroll.readScroll' | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.Scroll.readScroll. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 49 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 49 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 49 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.lucene.Lucene.readExplanation' | 54 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.lucene.Lucene.readExplanation' | 54 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.lucene.Lucene.readExplanation. | 54 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.lucene.Lucene.writeExplanation. | 55 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.SearchShardTarget.readSearchShardTarget. | 56 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.highlight.HighlightField.readHighlightField. | 57 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.internal.InternalSearchHitField.readSearchHitField. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 32 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.search.SearchShardTarget.readSearchShardTarget' | 37 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.search.SearchShardTarget.readSearchShardTarget' | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.SearchShardTarget.readSearchShardTarget. | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.internal.InternalSearchHit.readSearchHit. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 35 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.search.internal.InternalSearchHits.readSearchHits' | 37 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.search.internal.InternalSearchHits.readSearchHits' | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.internal.InternalSearchHits.readSearchHits. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.elasticsearch.index.query.support.NestedScope. | 48 | |
| imports | ImportOrder | Wrong order for 'org.elasticsearch.search.fetch.innerhits.InnerHitsContext' import. | 60 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.ArrayList' | 70 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.ArrayList' | 70 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 36 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 36 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.search.Scroll.readScroll' | 39 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.search.Scroll.readScroll' | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.Scroll.readScroll. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 36 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 43 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 43 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.lucene.search.Scorer. | 23 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 31 | |
| imports | UnusedImports | Unused import - java.io.IOException. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.ArrayList' | 23 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.ArrayList' | 23 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.index.*. | 22 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.index.*. | 22 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.lucene.search.Scorer. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Collection' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Collection' | 32 | |
| imports | ImportOrder | Wrong order for 'java.util.Collection' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 42 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Map' | 42 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 31 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.search.dfs.AggregatedDfs.readAggregatedDfs' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.search.dfs.AggregatedDfs.readAggregatedDfs' | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.dfs.AggregatedDfs.readAggregatedDfs. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 33 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.lucene.Lucene.readTopDocs' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.lucene.Lucene.readTopDocs' | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.lucene.Lucene.readTopDocs. | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.lucene.Lucene.writeTopDocs. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.search.SearchShardTarget.readSearchShardTarget' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.search.SearchShardTarget.readSearchShardTarget' | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.SearchShardTarget.readSearchShardTarget. | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.query.QuerySearchResult.readQuerySearchResult. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.search.*. | 23 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.search.*. | 24 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.fielddata.*. | 36 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 45 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 45 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.fielddata.*. | 30 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 42 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Map' | 42 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 45 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 45 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 39 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 39 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 39 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.ElasticsearchIllegalArgumentException' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.ElasticsearchIllegalArgumentException' | 25 | |
| imports | ImportOrder | Wrong order for 'org.elasticsearch.search.suggest.context.CategoryContextMapping' import. | 33 | |
| imports | UnusedImports | Unused import - org.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder. | 35 | |
| imports | UnusedImports | Unused import - org.elasticsearch.search.suggest.term.TermSuggestionBuilder. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentParser' | 23 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentParser' | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 28 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 30 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.collect.Maps.newHashMap' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.collect.Maps.newHashMap' | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Maps.newHashMap. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 36 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.search.spell.*. | 26 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 43 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 43 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Set' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Set' | 25 | |
| imports | ImportOrder | Wrong order for 'java.util.Set' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.LinkedHashMap' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.LinkedHashMap' | 25 | |
| imports | ImportOrder | Wrong order for 'java.util.LinkedHashMap' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.codecs.*. | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.util.fst.*. | 35 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 43 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 43 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 43 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.codecs.*. | 23 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.index.*. | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.lucene.store.*' import. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.store.*. | 28 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.ByteArrayInputStream' | 37 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.ByteArrayInputStream' | 37 | |
| imports | ImportOrder | Wrong order for 'java.io.ByteArrayInputStream' import. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 34 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.search.suggest.SuggestUtils.parseSuggestContext' | 37 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.search.suggest.SuggestUtils.parseSuggestContext' | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.suggest.SuggestUtils.parseSuggestContext. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 38 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 38 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Collections' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Collections' | 27 | |
| imports | ImportOrder | Wrong order for 'java.util.Collections' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.util.*. | 26 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 38 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 38 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 38 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Map' | 25 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.apache.lucene.analysis.TokenStream' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'org.apache.lucene.analysis.TokenStream' | 26 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 41 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 41 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 41 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 44 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 44 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 44 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.apache.lucene.util.BytesRef' | 23 | |
| imports | ImportOrder | Extra separation in import group before 'org.apache.lucene.util.BytesRef' | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.util.Arrays. | 21 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.apache.lucene.util.PriorityQueue' | 23 | |
| imports | ImportOrder | Extra separation in import group before 'org.apache.lucene.util.PriorityQueue' | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Arrays' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Arrays' | 26 | |
| imports | ImportOrder | Wrong order for 'java.util.Arrays' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.index.*. | 22 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 32 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.apache.lucene.util.BytesRef' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'org.apache.lucene.util.BytesRef' | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 39 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 39 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.action.search.*. | 31 | |
| imports | ImportOrder | Wrong order for 'org.elasticsearch.search.suggest.*' import. | 45 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.search.suggest.*. | 45 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 48 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 48 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 26 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.apache.lucene.analysis.Analyzer' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'org.apache.lucene.analysis.Analyzer' | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.ElasticsearchIllegalArgumentException' | 23 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.ElasticsearchIllegalArgumentException' | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 37 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 37 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 23 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 23 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Arrays' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Arrays' | 24 | |
| imports | ImportOrder | Wrong order for 'java.util.Arrays' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.common.xcontent.*. | 32 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.cluster.*. | 31 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.cluster.metadata.*. | 33 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.cluster.routing.*. | 35 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.transport.*. | 54 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 56 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 56 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 56 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 57 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 60 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 60 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. | 60 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Maps.newHashMap. | 61 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Sets.newHashSet. | 62 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.*. | 63 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.*. | 63 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.metadata.MetaDataIndexStateService.INDEX_CLOSED_BLOCK. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'com.google.common.collect.ImmutableList' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.HashSet' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.HashSet' | 27 | |
| imports | ImportOrder | Wrong order for 'java.util.HashSet' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.cluster.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.cluster.metadata.*. | 31 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.transport.*. | 57 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 59 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 59 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 59 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 60 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 67 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 67 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. | 67 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Maps.newHashMap. | 68 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Sets.newHashSet. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 48 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 48 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 48 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.concurrent.*. | 53 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.collect.MapBuilder.newMapBuilder' | 55 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.collect.MapBuilder.newMapBuilder' | 55 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.collect.MapBuilder.newMapBuilder. | 55 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 56 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.unit.SizeValue.parseSizeValue. | 57 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.unit.TimeValue.timeValueMinutes. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.concurrent.ExecutionException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.concurrent.ExecutionException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.util.concurrent.ExecutionException' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.concurrent.Future' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.concurrent.Future' | 24 | |
| imports | ImportOrder | Wrong order for 'java.util.concurrent.Future' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - com.carrotsearch.hppc.ObjectObjectOpenHashMap. | 22 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.elasticsearch.plugins.Plugin. | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.Preconditions.checkNotNull' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.Preconditions.checkNotNull' | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.Preconditions.checkNotNull. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Arrays' | 47 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Arrays' | 47 | |
| imports | ImportOrder | Wrong order for 'java.util.Arrays' import. | 47 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.Builder.EMPTY_SETTINGS' | 56 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.Builder.EMPTY_SETTINGS' | 56 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.Builder.EMPTY_SETTINGS. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Arrays' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Arrays' | 25 | |
| imports | ImportOrder | Wrong order for 'java.util.Arrays' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.common.io.stream.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.transport.*. | 38 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 41 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 41 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 41 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.util.concurrent.ConcurrentCollections.newConcurrentMap' | 50 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.util.concurrent.ConcurrentCollections.newConcurrentMap' | 50 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.util.concurrent.ConcurrentCollections.newConcurrentMap. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.transport.*. | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.EOFException' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.EOFException' | 28 | |
| imports | ImportOrder | Wrong order for 'java.io.EOFException' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.transport.*. | 34 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.jboss.netty.channel.*. | 37 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 39 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 39 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.*. | 26 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.transport.*. | 57 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.jboss.netty.channel.*. | 63 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 71 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 71 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 71 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 76 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.concurrent.*. | 77 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.network.NetworkService.TcpSettings.*' | 83 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.network.NetworkService.TcpSettings.*' | 83 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.common.network.NetworkService.TcpSettings.*. | 83 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.network.NetworkService.TcpSettings.*. | 83 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 84 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.transport.NetworkExceptionHelper.isCloseConnectionException. | 85 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.transport.NetworkExceptionHelper.isConnectException. | 86 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.util.concurrent.ConcurrentCollections.newConcurrentMap. | 87 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.util.concurrent.EsExecutors.daemonThreadFactory. | 88 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.transport.*. | 33 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 39 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 39 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.StreamCorruptedException' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.StreamCorruptedException' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.StreamCorruptedException' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.cluster.*. | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.EnumSet' | 51 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.EnumSet' | 51 | |
| imports | ImportOrder | Wrong order for 'java.util.EnumSet' import. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.File' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.File' | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Set' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Set' | 30 | |
| imports | ImportOrder | Wrong order for 'java.util.Set' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.Serializable' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.Serializable' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.Serializable' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 31 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 31 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.search.*. | 30 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 39 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 39 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 39 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 40 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.containsInAnyOrder' | 42 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.containsInAnyOrder' | 42 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.containsInAnyOrder. | 42 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.CoreMatchers.equalTo' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.CoreMatchers.equalTo' | 27 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.CoreMatchers.equalTo. | 27 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.CoreMatchers.notNullValue. | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.MatcherAssert.assertThat. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.index.*. | 26 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.search.*. | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.*' | 37 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.*' | 37 | |
| imports | ImportOrder | Wrong order for 'java.util.*' import. | 37 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 37 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.CoreMatchers.equalTo' | 39 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.CoreMatchers.equalTo' | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.CoreMatchers.equalTo. | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.CoreMatchers.notNullValue. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.document.*. | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.index.*. | 25 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.search.*. | 26 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.BufferedReader' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.BufferedReader' | 33 | |
| imports | ImportOrder | Wrong order for 'java.io.BufferedReader' import. | 33 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.CoreMatchers.*' | 41 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.CoreMatchers.*' | 41 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. | 41 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - com.carrotsearch.randomizedtesting.*. | 22 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.Closeable' | 46 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.Closeable' | 46 | |
| imports | ImportOrder | Wrong order for 'java.io.Closeable' import. | 46 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.annotation.*. | 48 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.number.IsCloseTo.closeTo' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.number.IsCloseTo.closeTo' | 27 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.number.IsCloseTo.closeTo. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 31 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.nio.file.*. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.lang.reflect.Modifier' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.lang.reflect.Modifier' | 29 | |
| imports | ImportOrder | Wrong order for 'java.lang.reflect.Modifier' import. | 29 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.Version.V_0_20_0' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.Version.V_0_20_0' | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.Version.V_0_20_0. | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.Version.V_0_90_0. | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.CoreMatchers.equalTo. | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.is. | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.sameInstance. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.transport.*. | 108 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.*' | 113 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.*' | 113 | |
| imports | ImportOrder | Wrong order for 'java.util.*' import. | 113 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 113 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.test.ElasticsearchIntegrationTest.ClusterScope' | 115 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.test.ElasticsearchIntegrationTest.ClusterScope' | 115 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.ClusterScope. | 115 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope. | 116 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 117 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertNoFailures. | 118 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 119 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 119 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.CoreMatchers.equalTo' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.CoreMatchers.equalTo' | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.CoreMatchers.equalTo. | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.CoreMatchers.nullValue. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Locale' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Locale' | 36 | |
| imports | ImportOrder | Wrong order for 'java.util.Locale' import. | 36 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 40 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Map' | 29 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 29 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.FilterBuilders.andFilter' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.FilterBuilders.andFilter' | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.andFilter. | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.notFilter. | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.queryFilter. | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.termQuery. | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount. | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.CoreMatchers.equalTo. | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.CoreMatchers.is. | 41 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.CoreMatchers.notNullValue. | 42 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.lessThan. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.CoreMatchers.equalTo' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.CoreMatchers.equalTo' | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.CoreMatchers.equalTo. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 35 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 37 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 37 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.*. | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.*. | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.is. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.HashMap' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.HashMap' | 34 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 34 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 36 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.core.IsNull.notNullValue. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.ElasticsearchIllegalArgumentException' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.ElasticsearchIllegalArgumentException' | 24 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.ArrayList' | 37 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.ArrayList' | 37 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 37 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked' | 40 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked' | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.anyOf. | 41 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 42 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.notNullValue. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 30 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.CoreMatchers.containsString' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.CoreMatchers.containsString' | 25 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.CoreMatchers.containsString. | 25 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.hasSize. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.io.Streams.copyToStringFromClasspath' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.io.Streams.copyToStringFromClasspath' | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.io.Streams.copyToStringFromClasspath. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Arrays' | 37 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Arrays' | 37 | |
| imports | ImportOrder | Wrong order for 'java.util.Arrays' import. | 37 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked' | 46 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked' | 46 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 46 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 47 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.ArrayList' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.ArrayList' | 34 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 34 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.io.Streams.copyToStringFromClasspath' | 37 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.io.Streams.copyToStringFromClasspath' | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.io.Streams.copyToStringFromClasspath. | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.instanceOf. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 30 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.CoreMatchers.equalTo' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.CoreMatchers.equalTo' | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.CoreMatchers.equalTo. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 28 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.CoreMatchers.equalTo' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.CoreMatchers.equalTo' | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.CoreMatchers.equalTo. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 34 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.CoreMatchers.*' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.CoreMatchers.*' | 36 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Map' | 28 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 28 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.*' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.*' | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 27 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 27 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.CoreMatchers.equalTo' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.CoreMatchers.equalTo' | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.CoreMatchers.equalTo. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.*' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.*' | 33 | |
| imports | ImportOrder | Wrong order for 'java.util.*' import. | 33 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 33 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.CoreMatchers.*' | 40 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.CoreMatchers.*' | 40 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.document.*. | 31 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.index.*. | 32 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 47 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 47 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 47 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 49 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 51 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 51 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 51 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 52 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 38 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 38 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 38 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked' | 40 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked' | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.index.*. | 25 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 38 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 38 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 38 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 39 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 42 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 42 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 42 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 43 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 44 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertThrows. | 45 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 46 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 26 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.document.*. | 23 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.index.*. | 24 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.ByteArrayInputStream' | 49 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.ByteArrayInputStream' | 49 | |
| imports | ImportOrder | Wrong order for 'java.io.ByteArrayInputStream' import. | 49 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 56 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 56 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Map' | 27 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Set' | 50 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Set' | 50 | |
| imports | ImportOrder | Wrong order for 'java.util.Set' import. | 50 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.collect.Sets.newHashSet' | 55 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.collect.Sets.newHashSet' | 55 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Sets.newHashSet. | 55 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.client.Requests.createIndexRequest. | 56 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.client.Requests.indexRequest. | 57 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 58 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.query.FilterBuilders.*. | 59 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.*. | 59 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. | 60 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.rangeQuery. | 61 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.CollectionAssertions.hasKey. | 62 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 63 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount. | 64 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 65 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 65 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.security.SecureRandom' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.security.SecureRandom' | 28 | |
| imports | ImportOrder | Wrong order for 'java.security.SecureRandom' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.security.MessageDigest' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.security.MessageDigest' | 25 | |
| imports | ImportOrder | Wrong order for 'java.security.MessageDigest' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Random' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Random' | 36 | |
| imports | ImportOrder | Wrong order for 'java.util.Random' import. | 36 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.routing.ShardRoutingState.INITIALIZING' | 38 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.routing.ShardRoutingState.INITIALIZING' | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.INITIALIZING. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.index.*. | 25 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.File' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.File' | 32 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Map' | 26 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 26 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.recycler.Recyclers.*' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.recycler.Recyclers.*' | 32 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.common.recycler.Recyclers.*. | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.recycler.Recyclers.*. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.concurrent.CountDownLatch' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.concurrent.CountDownLatch' | 24 | |
| imports | ImportOrder | Wrong order for 'java.util.concurrent.CountDownLatch' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.File' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.File' | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.HashMap' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.HashMap' | 30 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.elasticsearch.transport.TransportModule. | 30 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS' | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.node.NodeBuilder.nodeBuilder. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 31 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.client.Requests.createIndexRequest' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.client.Requests.createIndexRequest' | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.client.Requests.createIndexRequest. | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.rangeQuery. | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.termQuery. | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.node.NodeBuilder.nodeBuilder. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 37 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 37 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 37 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS' | 41 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS' | 41 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. | 41 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. | 42 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 43 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.node.NodeBuilder.nodeBuilder. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Map' | 27 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Map' | 27 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Map' | 27 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Map' | 27 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Random' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Random' | 36 | |
| imports | ImportOrder | Wrong order for 'java.util.Random' import. | 36 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 38 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.node.NodeBuilder.nodeBuilder. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.BufferedWriter' | 39 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.BufferedWriter' | 39 | |
| imports | ImportOrder | Wrong order for 'java.io.BufferedWriter' import. | 39 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 44 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.client.Requests.searchRequest' | 47 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.client.Requests.searchRequest' | 47 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.client.Requests.searchRequest. | 47 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 48 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.functionScoreQuery. | 49 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.functionscore.ScoreFunctionBuilders.scriptFunction. | 50 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.builder.SearchSourceBuilder.searchSource. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.ArrayList' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.ArrayList' | 28 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 28 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.node.NodeBuilder.nodeBuilder. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.ArrayList' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.ArrayList' | 27 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.node.NodeBuilder.nodeBuilder. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.ArrayList' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.ArrayList' | 28 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 28 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.node.NodeBuilder.nodeBuilder. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.benchmark.scripts.score.script.*. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Map' | 27 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Map' | 27 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.elasticsearch.search.lookup.IndexField' import. | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.elasticsearch.search.lookup.IndexField' import. | 23 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.Nullable' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.Nullable' | 27 | |
| imports | ImportOrder | Wrong order for 'org.elasticsearch.common.Nullable' import. | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.ArrayList' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.ArrayList' | 32 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.elasticsearch.search.lookup.IndexField' import. | 23 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.Nullable' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.Nullable' | 27 | |
| imports | ImportOrder | Wrong order for 'org.elasticsearch.common.Nullable' import. | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.ArrayList' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.ArrayList' | 32 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 37 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 37 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 37 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS' | 40 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS' | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. | 41 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 42 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 43 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. | 44 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. | 44 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.node.NodeBuilder.nodeBuilder. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Random' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Random' | 35 | |
| imports | ImportOrder | Wrong order for 'java.util.Random' import. | 35 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.client.Requests.createIndexRequest' | 38 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.client.Requests.createIndexRequest' | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.client.Requests.createIndexRequest. | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 41 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 42 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.node.NodeBuilder.nodeBuilder. | 43 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.cardinality. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.*' | 43 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.*' | 43 | |
| imports | ImportOrder | Wrong order for 'java.util.*' import. | 43 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 43 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS' | 45 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS' | 45 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. | 45 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. | 46 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 47 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 48 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. | 49 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.node.NodeBuilder.nodeBuilder. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Date' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Date' | 35 | |
| imports | ImportOrder | Wrong order for 'java.util.Date' import. | 35 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS' | 38 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS' | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 41 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. | 42 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.node.NodeBuilder.nodeBuilder. | 43 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.*. | 44 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.*. | 44 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.facet.FacetBuilders.dateHistogramFacet. | 45 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.facet.FacetBuilders.histogramFacet. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.collect.Maps' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.collect.Maps' | 24 | |
| imports | ImportOrder | Wrong order for 'com.google.common.collect.Maps' import. | 24 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.*' | 40 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.*' | 40 | |
| imports | ImportOrder | Wrong order for 'java.util.*' import. | 40 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 40 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.client.Requests.createIndexRequest' | 43 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.client.Requests.createIndexRequest' | 43 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.client.Requests.createIndexRequest. | 43 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.client.Requests.getRequest. | 44 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. | 45 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. | 46 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 47 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. | 48 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.node.NodeBuilder.nodeBuilder. | 49 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.percentiles. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.concurrent.ThreadLocalRandom' | 39 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.concurrent.ThreadLocalRandom' | 39 | |
| imports | ImportOrder | Wrong order for 'java.util.concurrent.ThreadLocalRandom' import. | 39 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.client.Requests.createIndexRequest' | 41 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.client.Requests.createIndexRequest' | 41 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.client.Requests.createIndexRequest. | 41 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. | 42 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. | 43 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 44 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 45 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. | 46 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.termQuery. | 47 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.node.NodeBuilder.nodeBuilder. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 45 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 45 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 45 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.client.Requests.createIndexRequest' | 50 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.client.Requests.createIndexRequest' | 50 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.client.Requests.createIndexRequest. | 50 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. | 51 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. | 52 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 53 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 54 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. | 55 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.node.NodeBuilder.nodeBuilder. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 42 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 42 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 42 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.benchmark.search.aggregations.TermsAggregationSearchBenchmark.Method' | 49 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.benchmark.search.aggregations.TermsAggregationSearchBenchmark.Method' | 49 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.benchmark.search.aggregations.TermsAggregationSearchBenchmark.Method. | 49 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. | 50 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. | 51 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 52 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 53 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. | 54 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.node.NodeBuilder.nodeBuilder. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 46 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 46 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 46 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.client.Requests.createIndexRequest' | 51 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.client.Requests.createIndexRequest' | 51 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.client.Requests.createIndexRequest. | 51 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. | 52 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. | 53 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 54 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 55 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. | 56 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.node.NodeBuilder.nodeBuilder. | 57 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.facet.FacetBuilders.termsFacet. | 58 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.facet.FacetBuilders.termsStatsFacet. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 45 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 45 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 45 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.client.Requests.createIndexRequest' | 50 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.client.Requests.createIndexRequest' | 50 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.client.Requests.createIndexRequest. | 50 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. | 51 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. | 52 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 53 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 54 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. | 55 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.node.NodeBuilder.nodeBuilder. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 35 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.client.Requests.createIndexRequest' | 39 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.client.Requests.createIndexRequest' | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.client.Requests.createIndexRequest. | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. | 41 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 42 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 43 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.hasChildFilter. | 44 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. | 45 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. | 45 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.node.NodeBuilder.nodeBuilder. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 35 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.client.Requests.createIndexRequest' | 38 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.client.Requests.createIndexRequest' | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.client.Requests.createIndexRequest. | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 41 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 42 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.query.FilterBuilders.*. | 43 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.*. | 43 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. | 44 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. | 44 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.node.NodeBuilder.nodeBuilder. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 35 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.client.Requests.createIndexRequest' | 38 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.client.Requests.createIndexRequest' | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.client.Requests.createIndexRequest. | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 41 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 42 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.hasChildFilter. | 43 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. | 44 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. | 44 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.node.NodeBuilder.nodeBuilder. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.geoDistanceFilter. | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.filteredQuery. | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS' | 38 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS' | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. | 41 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.node.NodeBuilder.nodeBuilder. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.concurrent.CountDownLatch' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.concurrent.CountDownLatch' | 32 | |
| imports | ImportOrder | Wrong order for 'java.util.concurrent.CountDownLatch' import. | 32 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.client.Requests.searchRequest' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.client.Requests.searchRequest' | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.client.Requests.searchRequest. | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.Builder.EMPTY_SETTINGS. | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.queryFilter. | 41 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.constantScoreQuery. | 42 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.termQuery. | 43 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.node.NodeBuilder.nodeBuilder. | 44 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.builder.SearchSourceBuilder.searchSource. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 33 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS' | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.node.NodeBuilder.nodeBuilder. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 28 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.client.Requests.createIndexRequest' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.client.Requests.createIndexRequest' | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.client.Requests.createIndexRequest. | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.node.NodeBuilder.nodeBuilder. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.concurrent.CountDownLatch' | 23 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.concurrent.CountDownLatch' | 23 | |
| imports | ImportOrder | Wrong order for 'java.util.concurrent.CountDownLatch' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.transport.*. | 35 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.concurrent.CountDownLatch' | 38 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.concurrent.CountDownLatch' | 38 | |
| imports | ImportOrder | Wrong order for 'java.util.concurrent.CountDownLatch' import. | 38 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.transport.TransportRequestOptions.options' | 40 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.transport.TransportRequestOptions.options' | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.transport.TransportRequestOptions.options. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.transport.*. | 32 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.concurrent.CountDownLatch' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.concurrent.CountDownLatch' | 36 | |
| imports | ImportOrder | Wrong order for 'java.util.concurrent.CountDownLatch' import. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.jboss.netty.channel.*. | 26 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.net.InetSocketAddress' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.net.InetSocketAddress' | 30 | |
| imports | ImportOrder | Wrong order for 'java.net.InetSocketAddress' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.UUID' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.UUID' | 24 | |
| imports | ImportOrder | Wrong order for 'java.util.UUID' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.HashMap' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.HashMap' | 35 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 35 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 37 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.notNullValue. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 30 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.client.Requests.countRequest' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.client.Requests.countRequest' | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.client.Requests.countRequest. | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.client.Requests.indexRequest. | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.termQuery. | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.containsString. | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 31 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked' | 38 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked' | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.action.get.*. | 37 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 70 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 70 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 70 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 75 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 75 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 75 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.existsFilter. | 76 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.missingFilter. | 77 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. | 78 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. | 78 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. | 79 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. | 79 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 80 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 80 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.elasticsearch.action.admin.cluster.node.info.NodeInfo' import. | 23 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked' | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 35 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.lang.reflect.Method' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'java.lang.reflect.Method' | 33 | |
| imports | ImportOrder | Wrong order for 'java.lang.reflect.Method' import. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.File' | 56 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.File' | 56 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 56 | |
| imports | UnusedImports | Unused import - java.io.File. | 56 | |
| imports | UnusedImports | Unused import - java.nio.file.FileVisitor. | 62 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 68 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked' | 70 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked' | 70 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 70 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.CoreMatchers.equalTo. | 71 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.greaterThanOrEqualTo. | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.ArrayList' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.ArrayList' | 31 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 31 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.QueryBuilders.hasChildQuery' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.QueryBuilders.hasChildQuery' | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.hasChildQuery. | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. | 35 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.core.Is.is. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 37 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 37 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 37 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 49 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 49 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. | 49 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 50 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 51 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.http.impl.client.HttpClients. | 22 | |
| imports | UnusedImports | Unused import - org.elasticsearch.action.admin.cluster.node.info.NodeInfo. | 24 | |
| imports | UnusedImports | Unused import - org.elasticsearch.action.admin.cluster.node.info.NodesInfoResponse. | 25 | |
| imports | UnusedImports | Unused import - org.elasticsearch.client.Client. | 28 | |
| imports | UnusedImports | Unused import - org.elasticsearch.common.transport.InetSocketTransportAddress. | 30 | |
| imports | UnusedImports | Unused import - org.elasticsearch.common.transport.TransportAddress. | 31 | |
| imports | UnusedImports | Unused import - org.elasticsearch.test.rest.client.http.HttpRequestBuilder. | 34 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.File' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.File' | 36 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 36 | |
| imports | UnusedImports | Unused import - java.net.InetSocketAddress. | 37 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.greaterThanOrEqualTo' | 39 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.greaterThanOrEqualTo' | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.greaterThanOrEqualTo. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.concurrent.ExecutionException' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.concurrent.ExecutionException' | 35 | |
| imports | ImportOrder | Wrong order for 'java.util.concurrent.ExecutionException' import. | 35 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked' | 37 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked' | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertSearchHits. | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.CoreMatchers.equalTo. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.elasticsearch.test.junit.annotations.TestLogging. | 28 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 31 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.HashMap' | 61 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.HashMap' | 61 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 61 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.*' | 64 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.*' | 64 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 64 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.HashMap' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.HashMap' | 36 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 26 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 26 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.ClusterScope. | 27 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope. | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.is. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.transport.*. | 34 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 36 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.action.*. | 23 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.Closeable' | 43 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.Closeable' | 43 | |
| imports | ImportOrder | Wrong order for 'java.io.Closeable' import. | 43 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.CoreMatchers.*' | 51 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.CoreMatchers.*' | 51 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. | 51 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. | 51 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.lessThanOrEqualTo. | 52 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.notNullValue. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.transport.*. | 41 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.concurrent.CountDownLatch' | 44 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.concurrent.CountDownLatch' | 44 | |
| imports | ImportOrder | Wrong order for 'java.util.concurrent.CountDownLatch' import. | 44 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 47 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 47 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 47 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.is. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.transport.*. | 31 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.Closeable' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.Closeable' | 34 | |
| imports | ImportOrder | Wrong order for 'java.io.Closeable' import. | 34 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.CoreMatchers.*' | 40 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.CoreMatchers.*' | 40 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.lessThanOrEqualTo. | 41 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.notNullValue. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 38 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 38 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 38 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 41 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 41 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 41 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.ClusterScope. | 42 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope. | 43 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.CoreMatchers.equalTo. | 44 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.greaterThanOrEqualTo. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.elasticsearch.node.NodeBuilder. | 29 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.node.NodeBuilder.nodeBuilder. | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope. | 38 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.test.ElasticsearchIntegrationTest.*' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.test.ElasticsearchIntegrationTest.*' | 32 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.*. | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.*. | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 33 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.cluster.routing.*. | 30 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 38 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 38 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 38 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.CoreMatchers.equalTo' | 40 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.CoreMatchers.equalTo' | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.CoreMatchers.equalTo. | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.empty. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.transport.*. | 43 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 47 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 47 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 47 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 56 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 56 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 56 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 57 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.CoreMatchers.equalTo. | 58 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.greaterThan. | 59 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.greaterThanOrEqualTo. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.*' | 43 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.*' | 43 | |
| imports | ImportOrder | Wrong order for 'java.util.*' import. | 43 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 43 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 48 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 48 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 48 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope. | 49 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 50 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 25 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.elasticsearch.test.junit.annotations.TestLogging. | 35 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 38 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 38 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 38 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.client.Requests.clusterHealthRequest' | 42 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.client.Requests.clusterHealthRequest' | 42 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.client.Requests.clusterHealthRequest. | 42 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 43 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope. | 44 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 45 | |
| imports | UnusedImports | Unused import - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertThrows. | 46 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertThrows. | 46 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 47 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.HashMap' | 43 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.HashMap' | 43 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 43 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.action.percolate.PercolateSourceBuilder.docBuilder' | 45 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.action.percolate.PercolateSourceBuilder.docBuilder' | 45 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.action.percolate.PercolateSourceBuilder.docBuilder. | 45 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 46 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope. | 47 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. | 48 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. | 48 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 49 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked' | 39 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked' | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertIndexTemplateExists. | 40 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 41 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.client.Requests.createIndexRequest' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.client.Requests.createIndexRequest' | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.client.Requests.createIndexRequest. | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.unit.TimeValue.timeValueSeconds. | 32 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.*. | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.*. | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 30 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.test.ElasticsearchIntegrationTest.*' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.test.ElasticsearchIntegrationTest.*' | 32 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.*. | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.*. | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 33 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 29 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 29 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 31 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.*. | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.*. | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 39 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.ClusterScope. | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope.TEST. | 41 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 42 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.elasticsearch.action.admin.indices.open.OpenIndexResponse. | 33 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.metadata.IndexMetaData.*' | 54 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.metadata.IndexMetaData.*' | 54 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.*. | 54 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.*. | 54 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 55 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.ClusterScope. | 56 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope.SUITE. | 57 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 58 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 59 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.elasticsearch.discovery.zen.ZenDiscovery. | 35 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 41 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 41 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 41 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 44 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 44 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 44 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.anyOf. | 45 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.File' | 45 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.File' | 45 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 45 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 49 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 49 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 49 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope. | 50 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 34 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 34 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 36 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.*. | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.*. | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 31 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 33 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.*. | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.*. | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.instanceOf. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS' | 26 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. | 26 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 27 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.HashSet' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.HashSet' | 33 | |
| imports | ImportOrder | Wrong order for 'java.util.HashSet' import. | 33 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.collect.Sets.newHashSet' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.collect.Sets.newHashSet' | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Sets.newHashSet. | 35 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.metadata.AliasMetaData.newAliasMetaDataBuilder' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.metadata.AliasMetaData.newAliasMetaDataBuilder' | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.metadata.AliasMetaData.newAliasMetaDataBuilder. | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.node.DiscoveryNodeFilters.OpType.AND' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.node.DiscoveryNodeFilters.OpType.AND' | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.node.DiscoveryNodeFilters.OpType.AND. | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.node.DiscoveryNodeFilters.OpType.OR. | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.MatcherAssert.assertThat. | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.BufferedReader' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.BufferedReader' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.BufferedReader' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.ArrayList' | 41 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.ArrayList' | 41 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 41 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.routing.ShardRoutingState.INITIALIZING' | 44 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.routing.ShardRoutingState.INITIALIZING' | 44 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.INITIALIZING. | 44 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.STARTED. | 45 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.routing.ShardRoutingState.INITIALIZING' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.routing.ShardRoutingState.INITIALIZING' | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.INITIALIZING. | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.routing.ShardRoutingState.*' | 46 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.routing.ShardRoutingState.*' | 46 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.*. | 46 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.*. | 46 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 47 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.routing.ShardRoutingState.*' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.routing.ShardRoutingState.*' | 36 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.*. | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.*. | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 37 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.cluster.routing.*. | 29 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.routing.ShardRoutingState.INITIALIZING' | 43 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.routing.ShardRoutingState.INITIALIZING' | 43 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.INITIALIZING. | 43 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.STARTED. | 44 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.elasticsearch.Version. | 22 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.File' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.File' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 30 | |
| imports | UnusedImports | Unused import - java.io.File. | 30 | |
| imports | UnusedImports | Unused import - java.io.InputStream. | 32 | |
| imports | UnusedImports | Unused import - java.nio.file.Files. | 33 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.routing.ShardRoutingState.INITIALIZING' | 38 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.routing.ShardRoutingState.INITIALIZING' | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.INITIALIZING. | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.elasticsearch.Version. | 23 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.cluster.routing.*. | 28 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.BufferedReader' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.BufferedReader' | 34 | |
| imports | ImportOrder | Wrong order for 'java.io.BufferedReader' import. | 34 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 38 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.routing.ShardRoutingState.*' | 42 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.routing.ShardRoutingState.*' | 42 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.*. | 42 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.*. | 42 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.routing.ShardRoutingState.*' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.routing.ShardRoutingState.*' | 34 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.*. | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.*. | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.anyOf. | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.routing.ShardRoutingState.*' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.routing.ShardRoutingState.*' | 33 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.*. | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.*. | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.routing.ShardRoutingState.*' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.routing.ShardRoutingState.*' | 35 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.*. | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.*. | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.routing.ShardRoutingState.INITIALIZING' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.routing.ShardRoutingState.INITIALIZING' | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.INITIALIZING. | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.STARTED. | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.routing.ShardRoutingState.INITIALIZING' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.routing.ShardRoutingState.INITIALIZING' | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.INITIALIZING. | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.STARTED. | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.routing.ShardRoutingState.INITIALIZING' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.routing.ShardRoutingState.INITIALIZING' | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.INITIALIZING. | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.STARTED. | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.cluster.routing.*. | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.ArrayList' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.ArrayList' | 36 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 36 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.routing.ShardRoutingState.*' | 38 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.routing.ShardRoutingState.*' | 38 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.*. | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.*. | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 39 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 36 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 36 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.routing.ShardRoutingState.INITIALIZING' | 38 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.routing.ShardRoutingState.INITIALIZING' | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.INITIALIZING. | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.routing.ShardRoutingState.*' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.routing.ShardRoutingState.*' | 35 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.*. | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.*. | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.cluster.routing.*. | 28 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.ArrayList' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.ArrayList' | 36 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 36 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.routing.ShardRoutingState.*' | 40 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.routing.ShardRoutingState.*' | 40 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.*. | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.*. | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 41 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 42 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.routing.ShardRoutingState.*' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.routing.ShardRoutingState.*' | 31 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.*. | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.*. | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.routing.ShardRoutingState.INITIALIZING' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.routing.ShardRoutingState.INITIALIZING' | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.INITIALIZING. | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.routing.ShardRoutingState.INITIALIZING' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.routing.ShardRoutingState.INITIALIZING' | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.INITIALIZING. | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.STARTED. | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.routing.ShardRoutingState.INITIALIZING' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.routing.ShardRoutingState.INITIALIZING' | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.INITIALIZING. | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.STARTED. | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Arrays' | 42 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Arrays' | 42 | |
| imports | ImportOrder | Wrong order for 'java.util.Arrays' import. | 42 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.routing.ShardRoutingState.INITIALIZING' | 46 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.routing.ShardRoutingState.INITIALIZING' | 46 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.INITIALIZING. | 46 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 47 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.routing.ShardRoutingState.*' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.routing.ShardRoutingState.*' | 35 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.*. | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.*. | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.routing.ShardRoutingState.*' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.routing.ShardRoutingState.*' | 33 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.*. | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.*. | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 34 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.routing.ShardRoutingState.INITIALIZING' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.routing.ShardRoutingState.INITIALIZING' | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.INITIALIZING. | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.STARTED. | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.elasticsearch.test.junit.annotations.TestLogging. | 37 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.routing.ShardRoutingState.INITIALIZING' | 40 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.routing.ShardRoutingState.INITIALIZING' | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.INITIALIZING. | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.routing.allocation.RoutingNodesUtils.numberOfShardsOfType. | 41 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 42 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.routing.ShardRoutingState.*' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.routing.ShardRoutingState.*' | 34 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.*. | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.*. | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.routing.ShardRoutingState.*' | 37 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.routing.ShardRoutingState.*' | 37 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.*. | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.*. | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.routing.allocation.RoutingNodesUtils.numberOfShardsOfType. | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 37 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 37 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 37 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 40 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Sets.newHashSet. | 41 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.*. | 42 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.*. | 42 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.routing.allocation.RoutingNodesUtils.numberOfShardsOfType. | 43 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 44 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 45 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.routing.ShardRoutingState.*' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.routing.ShardRoutingState.*' | 33 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.*. | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.*. | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.routing.ShardRoutingState.*' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.routing.ShardRoutingState.*' | 34 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.*. | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.*. | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 35 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.routing.ShardRoutingState.*' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.routing.ShardRoutingState.*' | 32 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.*. | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.*. | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.routing.ShardRoutingState.*' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.routing.ShardRoutingState.*' | 33 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.*. | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.*. | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 34 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.cluster.routing.*. | 34 | |
| imports | UnusedImports | Unused import - org.elasticsearch.test.junit.annotations.TestLogging. | 46 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Arrays' | 49 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Arrays' | 49 | |
| imports | ImportOrder | Wrong order for 'java.util.Arrays' import. | 49 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.routing.ShardRoutingState.*' | 54 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.routing.ShardRoutingState.*' | 54 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.*. | 54 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.*. | 54 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 55 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 56 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.is. | 57 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.HashMap' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.HashMap' | 33 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 33 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.CoreMatchers.equalTo' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.CoreMatchers.equalTo' | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.CoreMatchers.equalTo. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.routing.ShardRoutingState.INITIALIZING' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.routing.ShardRoutingState.INITIALIZING' | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.INITIALIZING. | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.STARTED. | 35 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.cluster.routing.allocation.decider.EnableAllocationDecider.*. | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.routing.allocation.decider.EnableAllocationDecider.*. | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.cluster.*. | 30 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Iterator' | 42 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Iterator' | 42 | |
| imports | ImportOrder | Wrong order for 'java.util.Iterator' import. | 42 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 47 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 47 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. | 47 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Maps.newHashMap. | 48 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 49 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 50 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.greaterThan. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.containsString' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.containsString' | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.containsString. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.test.ElasticsearchIntegrationTest.ClusterScope' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.test.ElasticsearchIntegrationTest.ClusterScope' | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.ClusterScope. | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope.TEST. | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 33 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.*' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.*' | 25 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 25 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.*. | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.*. | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.cluster.routing.*. | 29 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.routing.ShardRoutingState.INITIALIZING' | 40 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.routing.ShardRoutingState.INITIALIZING' | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.INITIALIZING. | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 41 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 42 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 31 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.endsWith. | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 25 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.is' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.is' | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.is. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Locale' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Locale' | 27 | |
| imports | ImportOrder | Wrong order for 'java.util.Locale' import. | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.is' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.is' | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.is. | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.EOFException' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.EOFException' | 34 | |
| imports | ImportOrder | Wrong order for 'java.io.EOFException' import. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.EnumSet' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.EnumSet' | 26 | |
| imports | ImportOrder | Wrong order for 'java.util.EnumSet' import. | 26 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.CoreMatchers.*' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.CoreMatchers.*' | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 26 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 | |
| imports | UnusedImports | Unused import - java.io.IOException. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.*' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.*' | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.*' import. | 31 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.concurrent.atomic.AtomicBoolean' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.concurrent.atomic.AtomicBoolean' | 31 | |
| imports | ImportOrder | Wrong order for 'java.util.concurrent.atomic.AtomicBoolean' import. | 31 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.greaterThanOrEqualTo. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Arrays' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Arrays' | 25 | |
| imports | ImportOrder | Wrong order for 'java.util.Arrays' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.EOFException' | 39 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.EOFException' | 39 | |
| imports | ImportOrder | Wrong order for 'java.io.EOFException' import. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 32 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.nio.file.attribute.*. | 36 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.*' | 39 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.*' | 39 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 30 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.cli.CliToolConfig.Builder.cmd' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.cli.CliToolConfig.Builder.cmd' | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.cli.CliToolConfig.Builder.cmd. | 34 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.*' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.*' | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 24 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.HashMap' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.HashMap' | 26 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.HashSet' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.HashSet' | 26 | |
| imports | ImportOrder | Wrong order for 'java.util.HashSet' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Iterator' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Iterator' | 28 | |
| imports | ImportOrder | Wrong order for 'java.util.Iterator' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.ByteArrayOutputStream' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.ByteArrayOutputStream' | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.ByteArrayOutputStream' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.not. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.ByteArrayInputStream' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.ByteArrayInputStream' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.ByteArrayInputStream' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - com.vividsolutions.jts.geom.*. | 29 | |
| imports | UnusedImports | Unused import - org.junit.Test. | 38 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 40 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 40 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 40 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.geo.builders.ShapeBuilder.SPATIAL_CONTEXT' | 45 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.geo.builders.ShapeBuilder.SPATIAL_CONTEXT' | 45 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.geo.builders.ShapeBuilder.SPATIAL_CONTEXT. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.elasticsearch.ElasticsearchParseException. | 31 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.test.hamcrest.ElasticsearchGeoAssertions.*' | 37 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.test.hamcrest.ElasticsearchGeoAssertions.*' | 37 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchGeoAssertions.*. | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchGeoAssertions.*. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.nio.ByteBuffer' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.nio.ByteBuffer' | 27 | |
| imports | ImportOrder | Wrong order for 'java.nio.ByteBuffer' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.ArrayList' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.ArrayList' | 26 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 26 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.File' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.File' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertFileExists' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertFileExists' | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertFileExists. | 32 | |
| imports | UnusedImports | Unused import - org.hamcrest.CoreMatchers.containsString. | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.CoreMatchers.containsString. | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.CoreMatchers.equalTo. | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.CoreMatchers.is. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.*' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.*' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.*' import. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 29 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.io.Streams.*' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.io.Streams.*' | 32 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.common.io.Streams.*. | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.io.Streams.*. | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.closeTo' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.closeTo' | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.closeTo. | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.MatcherAssert.assertThat' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.MatcherAssert.assertThat' | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.MatcherAssert.assertThat. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.HashMap' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.HashMap' | 29 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 29 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.concurrent.Callable' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.concurrent.Callable' | 26 | |
| imports | ImportOrder | Wrong order for 'java.util.concurrent.Callable' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.ArrayList' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.ArrayList' | 26 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 26 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.notNullValue. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.File' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.File' | 34 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 34 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 39 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.notNullValue. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.elasticsearch.common.logging.Loggers. | 26 | |
| imports | UnusedImports | Unused import - org.junit.After. | 32 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.File' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.File' | 36 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 36 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.is' | 40 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.is' | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.is. | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.notNullValue. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.index.*. | 24 | |
| imports | UnusedImports | Unused import - org.elasticsearch.index.engine.InternalEngine. | 31 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.File' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.File' | 36 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.index.*. | 31 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.search.*. | 32 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 40 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 40 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 40 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 42 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 42 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.index.*. | 30 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.*' | 43 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.*' | 43 | |
| imports | ImportOrder | Wrong order for 'java.util.*' import. | 43 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 43 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.carrotsearch.randomizedtesting.RandomizedTest.*' | 45 | |
| imports | ImportOrder | Extra separation in import group before 'com.carrotsearch.randomizedtesting.RandomizedTest.*' | 45 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - com.carrotsearch.randomizedtesting.RandomizedTest.*. | 45 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.carrotsearch.randomizedtesting.RandomizedTest.*. | 45 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 46 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.is. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.MatcherAssert.assertThat' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.MatcherAssert.assertThat' | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.MatcherAssert.assertThat. | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.MatcherAssert.assertThat' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.MatcherAssert.assertThat' | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.MatcherAssert.assertThat. | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.index.*. | 25 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.MatcherAssert.assertThat' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.MatcherAssert.assertThat' | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.MatcherAssert.assertThat. | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.index.*. | 26 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.search.*. | 29 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.MatcherAssert.assertThat' | 38 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.MatcherAssert.assertThat' | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.MatcherAssert.assertThat. | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.index.*. | 26 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.search.*. | 29 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 40 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 40 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 40 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.MatcherAssert.assertThat' | 42 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.MatcherAssert.assertThat' | 42 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.MatcherAssert.assertThat. | 42 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.core.IsEqual.equalTo. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.index.*. | 26 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.search.*. | 29 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 39 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 39 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 39 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.apache.lucene.search.BooleanClause.Occur.*' | 44 | |
| imports | ImportOrder | Extra separation in import group before 'org.apache.lucene.search.BooleanClause.Occur.*' | 44 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.search.BooleanClause.Occur.*. | 44 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.apache.lucene.search.BooleanClause.Occur.*. | 44 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.core.IsEqual.equalTo. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.MatcherAssert.assertThat' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.MatcherAssert.assertThat' | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.MatcherAssert.assertThat. | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.lessThan. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.document.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.index.*. | 29 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 42 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 42 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 42 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.*' | 47 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.*' | 47 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 47 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Map' | 25 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 25 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.collect.Maps.newHashMap' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.collect.Maps.newHashMap' | 27 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Maps.newHashMap. | 27 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.LinkedHashMap' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.LinkedHashMap' | 25 | |
| imports | ImportOrder | Wrong order for 'java.util.LinkedHashMap' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.ArrayList' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.ArrayList' | 26 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Random' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Random' | 24 | |
| imports | ImportOrder | Wrong order for 'java.util.Random' import. | 24 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 27 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 25 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 25 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.greaterThan. | 26 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.lessThanOrEqualTo. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 34 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 26 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 26 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.MatcherAssert.assertThat. | 27 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 26 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 26 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.MatcherAssert.assertThat. | 27 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.unit.ByteSizeUnit.*' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.unit.ByteSizeUnit.*' | 25 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.common.unit.ByteSizeUnit.*. | 25 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.unit.ByteSizeUnit.*. | 25 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 27 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 27 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.is. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.closeTo' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.closeTo' | 25 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.closeTo. | 25 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.number.IsCloseTo.closeTo. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.is' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.is' | 26 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.is. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.is' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.is' | 25 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.is. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 28 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.lessThan. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Arrays' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Arrays' | 25 | |
| imports | ImportOrder | Wrong order for 'java.util.Arrays' import. | 25 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.MatcherAssert.assertThat' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.MatcherAssert.assertThat' | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.MatcherAssert.assertThat. | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.is. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.lang.reflect.InvocationTargetException' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'java.lang.reflect.InvocationTargetException' | 34 | |
| imports | ImportOrder | Wrong order for 'java.lang.reflect.InvocationTargetException' import. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.*' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.*' | 31 | |
| imports | ImportOrder | Wrong order for 'java.util.*' import. | 31 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.concurrent.CountDownLatch' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.concurrent.CountDownLatch' | 26 | |
| imports | ImportOrder | Wrong order for 'java.util.concurrent.CountDownLatch' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.*' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.*' | 31 | |
| imports | ImportOrder | Wrong order for 'java.util.*' import. | 31 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 31 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.is. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.*' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.*' | 28 | |
| imports | ImportOrder | Wrong order for 'java.util.*' import. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.concurrent.CountDownLatch' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.concurrent.CountDownLatch' | 25 | |
| imports | ImportOrder | Wrong order for 'java.util.concurrent.CountDownLatch' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.concurrent.CountDownLatch' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.concurrent.CountDownLatch' | 26 | |
| imports | ImportOrder | Wrong order for 'java.util.concurrent.CountDownLatch' import. | 26 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.greaterThan. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.concurrent.CountDownLatch' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.concurrent.CountDownLatch' | 25 | |
| imports | ImportOrder | Wrong order for 'java.util.concurrent.CountDownLatch' import. | 25 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.lessThan. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.ArrayList' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.ArrayList' | 28 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.concurrent.*. | 31 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.is. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 26 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.is. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 30 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.MatcherAssert.assertThat' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.MatcherAssert.assertThat' | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.MatcherAssert.assertThat. | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.common.xcontent.*. | 26 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 31 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentBuilder.FieldCaseConversion.CAMELCASE' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentBuilder.FieldCaseConversion.CAMELCASE' | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentBuilder.FieldCaseConversion.CAMELCASE. | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentBuilder.FieldCaseConversion.UNDERSCORE. | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - com.fasterxml.jackson.core.JsonFactory. | 22 | |
| imports | UnusedImports | Unused import - com.fasterxml.jackson.core.JsonGenerator. | 23 | |
| imports | UnusedImports | Unused import - com.fasterxml.jackson.core.JsonParser. | 24 | |
| imports | UnusedImports | Unused import - com.fasterxml.jackson.dataformat.cbor.CBORFactory. | 25 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.ByteArrayOutputStream' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.ByteArrayOutputStream' | 34 | |
| imports | ImportOrder | Wrong order for 'java.io.ByteArrayOutputStream' import. | 34 | |
| imports | UnusedImports | Unused import - java.io.ByteArrayOutputStream. | 34 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 37 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 30 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.MatcherAssert.assertThat' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.MatcherAssert.assertThat' | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.MatcherAssert.assertThat. | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Arrays' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Arrays' | 27 | |
| imports | ImportOrder | Wrong order for 'java.util.Arrays' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Arrays' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Arrays' | 32 | |
| imports | ImportOrder | Wrong order for 'java.util.Arrays' import. | 32 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.*' | 37 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.*' | 37 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.core.IsEqual.equalTo. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.unit.TimeValue.timeValueMillis' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.unit.TimeValue.timeValueMillis' | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.unit.TimeValue.timeValueMillis. | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.unit.TimeValue.timeValueSeconds. | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.query.*. | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 37 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 37 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 37 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS' | 39 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS' | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 40 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.query.FilterBuilders.*. | 41 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.*. | 41 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. | 42 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. | 42 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. | 43 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. | 43 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 44 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.ArrayList' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.ArrayList' | 29 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 29 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS' | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.boolQuery. | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.rangeQuery. | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.lucene.util.LuceneTestCase. | 22 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.concurrent.ExecutionException' | 37 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.concurrent.ExecutionException' | 37 | |
| imports | ImportOrder | Wrong order for 'java.util.concurrent.ExecutionException' import. | 37 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*' | 39 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*' | 39 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. | 39 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 30 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.MatcherAssert.assertThat' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.MatcherAssert.assertThat' | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.MatcherAssert.assertThat. | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.joda.time.format.*. | 28 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Date' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Date' | 31 | |
| imports | ImportOrder | Wrong order for 'java.util.Date' import. | 31 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.*' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.*' | 33 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.document.*. | 22 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.index.*. | 23 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.search.*. | 24 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 35 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 38 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.index.*. | 25 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.search.*. | 26 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.MatcherAssert.assertThat' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.MatcherAssert.assertThat' | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.MatcherAssert.assertThat. | 35 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Arrays' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Arrays' | 29 | |
| imports | ImportOrder | Wrong order for 'java.util.Arrays' import. | 29 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.*' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.*' | 34 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.cluster.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.test.disruption.*. | 51 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.transport.*. | 54 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 58 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 58 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 58 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 59 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.test.ElasticsearchIntegrationTest.ClusterScope' | 64 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.test.ElasticsearchIntegrationTest.ClusterScope' | 64 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.ClusterScope. | 64 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope. | 65 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 66 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 67 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.concurrent.CountDownLatch' | 45 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.concurrent.CountDownLatch' | 45 | |
| imports | ImportOrder | Wrong order for 'java.util.concurrent.CountDownLatch' import. | 45 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 48 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 48 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 33 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 33 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.*' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.*' | 30 | |
| imports | ImportOrder | Wrong order for 'java.util.*' import. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.transport.*. | 46 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 50 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 50 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 50 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.*' | 57 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.*' | 57 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 57 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Collections' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Collections' | 28 | |
| imports | ImportOrder | Wrong order for 'java.util.Collections' import. | 28 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.discovery.zen.ZenDiscovery.ProcessClusterState' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.discovery.zen.ZenDiscovery.ProcessClusterState' | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.discovery.zen.ZenDiscovery.ProcessClusterState. | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.discovery.zen.ZenDiscovery.shouldIgnoreOrRejectNewClusterState. | 33 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.core.IsNull.nullValue. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.ArrayList' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.ArrayList' | 30 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 30 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.net.DatagramPacket' | 41 | |
| imports | ImportOrder | Extra separation in import group before 'java.net.DatagramPacket' | 41 | |
| imports | ImportOrder | Wrong order for 'java.net.DatagramPacket' import. | 41 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 45 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 45 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.elasticsearch.test.junit.annotations.TestLogging. | 37 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 43 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 43 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.client.Requests.createIndexRequest' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.client.Requests.createIndexRequest' | 24 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.client.Requests.createIndexRequest. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.action.admin.indices.alias.Alias' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.action.admin.indices.alias.Alias' | 24 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.ArrayList' | 47 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.ArrayList' | 47 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 47 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 50 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 50 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 50 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 51 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertExists. | 52 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount. | 53 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertNoFailures. | 54 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertSearchHits. | 55 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.containsString. | 56 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 57 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.is. | 58 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 42 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 42 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 42 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.client.Requests.*' | 46 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.client.Requests.*' | 46 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.client.Requests.*. | 46 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.client.Requests.*. | 46 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.termQuery. | 47 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 48 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertNoFailures. | 49 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 50 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 34 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS' | 45 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS' | 45 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. | 45 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 46 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.CoreMatchers.equalTo. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.QueryBuilders.boolQuery' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.QueryBuilders.boolQuery' | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.boolQuery. | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.rangeQuery. | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertExists. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.ByteArrayInputStream' | 38 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.ByteArrayInputStream' | 38 | |
| imports | ImportOrder | Wrong order for 'java.io.ByteArrayInputStream' import. | 38 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 42 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 42 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 42 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.queryStringQuery. | 43 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 44 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 45 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.notNullValue. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 27 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 27 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.fuzzyLikeThisFieldQuery. | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.fuzzyLikeThisQuery. | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertThrows. | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.elasticsearch.test.junit.annotations.TestLogging. | 41 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 44 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 44 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 44 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. | 45 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope. | 46 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 47 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount. | 48 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 49 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.concurrent.TimeUnit' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.concurrent.TimeUnit' | 34 | |
| imports | ImportOrder | Wrong order for 'java.util.concurrent.TimeUnit' import. | 34 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.client.Requests.clusterHealthRequest' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.client.Requests.clusterHealthRequest' | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.client.Requests.clusterHealthRequest. | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. | 39 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.*. | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.*. | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount. | 41 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertNoFailures. | 42 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 43 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.HashMap' | 39 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.HashMap' | 39 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 39 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked' | 41 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked' | 41 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 41 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount. | 42 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 43 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS' | 42 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS' | 42 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. | 42 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. | 43 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 44 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. | 45 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.termQuery. | 46 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope. | 47 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 48 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount. | 49 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 50 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.apache.lucene.codecs.CodecUtil' | 23 | |
| imports | ImportOrder | Extra separation in import group before 'org.apache.lucene.codecs.CodecUtil' | 23 | |
| imports | UnusedImports | Unused import - org.elasticsearch.Version. | 34 | |
| imports | UnusedImports | Unused import - org.elasticsearch.common.io.FileSystemUtils. | 38 | |
| imports | UnusedImports | Unused import - org.elasticsearch.gateway.local.state.shards.LocalGatewayShardsState. | 46 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.*' | 51 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.*' | 51 | |
| imports | ImportOrder | Wrong order for 'java.io.*' import. | 51 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 51 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 66 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 66 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 66 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.instanceOf. | 67 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.is. | 68 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.not. | 69 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.notNullValue. | 70 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.startsWith. | 71 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 33 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.*. | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.*. | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.hasItem. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.action.get.*. | 28 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 41 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 41 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 41 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 44 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 44 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 44 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 45 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 46 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.test.ElasticsearchIntegrationTest.ClusterScope' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.test.ElasticsearchIntegrationTest.ClusterScope' | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.ClusterScope. | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope. | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.CoreMatchers.is. | 33 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.jboss.netty.channel.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.jboss.netty.handler.codec.http.*. | 29 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.Closeable' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.Closeable' | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.Closeable' import. | 31 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.MatcherAssert.assertThat' | 38 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.MatcherAssert.assertThat' | 38 | |
| imports | UnusedImports | Unused import - org.hamcrest.MatcherAssert.assertThat. | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.MatcherAssert.assertThat. | 38 | |
| imports | UnusedImports | Unused import - org.hamcrest.Matchers.is. | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.is. | 39 | |
| imports | UnusedImports | Unused import - org.hamcrest.Matchers.lessThan. | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.lessThan. | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.jboss.netty.handler.codec.http.HttpHeaders.Names.HOST. | 41 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.jboss.netty.handler.codec.http.HttpVersion.HTTP_1_1. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.elasticsearch.test.junit.annotations.TestLogging. | 35 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.jboss.netty.channel.*. | 39 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.jboss.netty.handler.codec.http.*. | 40 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Arrays' | 45 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Arrays' | 45 | |
| imports | ImportOrder | Wrong order for 'java.util.Arrays' import. | 45 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 51 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 51 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 51 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.http.netty.NettyHttpClient.returnHttpResponseBodies. | 52 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.http.netty.NettyHttpServerTransport.HttpChannelPipelineFactory. | 53 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 54 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 54 | |
| imports | UnusedImports | Unused import - org.jboss.netty.handler.codec.http.HttpHeaders.Names.CONNECTION. | 55 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.jboss.netty.handler.codec.http.HttpHeaders.Names.CONNECTION. | 55 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.jboss.netty.handler.codec.http.HttpHeaders.Names.CONTENT_LENGTH. | 56 | |
| imports | UnusedImports | Unused import - org.jboss.netty.handler.codec.http.HttpHeaders.Values.CLOSE. | 57 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.jboss.netty.handler.codec.http.HttpHeaders.Values.CLOSE. | 57 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.jboss.netty.handler.codec.http.HttpResponseStatus.OK. | 58 | |
| imports | UnusedImports | Unused import - org.jboss.netty.handler.codec.http.HttpVersion.HTTP_1_0. | 59 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.jboss.netty.handler.codec.http.HttpVersion.HTTP_1_0. | 59 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.jboss.netty.handler.codec.http.HttpVersion.HTTP_1_1. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Arrays' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Arrays' | 30 | |
| imports | ImportOrder | Wrong order for 'java.util.Arrays' import. | 30 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.http.netty.NettyHttpClient.returnOpaqueIds. | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.ClusterScope. | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope. | 38 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Arrays' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Arrays' | 29 | |
| imports | ImportOrder | Wrong order for 'java.util.Arrays' import. | 29 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.http.netty.NettyHttpClient.returnOpaqueIds. | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.ClusterScope. | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope. | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.hasSize. | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.is. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.jboss.netty.channel.*. | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.jboss.netty.handler.codec.http.*. | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.net.InetSocketAddress' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'java.net.InetSocketAddress' | 35 | |
| imports | ImportOrder | Wrong order for 'java.net.InetSocketAddress' import. | 35 | |
| imports | UnusedImports | Unused import - java.util.concurrent.Executors. | 39 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.concurrent.TimeUnit.MILLISECONDS' | 42 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.concurrent.TimeUnit.MILLISECONDS' | 42 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - java.util.concurrent.TimeUnit.MILLISECONDS. | 42 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.jboss.netty.buffer.ChannelBuffers.EMPTY_BUFFER. | 43 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.jboss.netty.buffer.ChannelBuffers.copiedBuffer. | 44 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.jboss.netty.handler.codec.http.HttpHeaders.Names.*. | 45 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.jboss.netty.handler.codec.http.HttpHeaders.Names.*. | 45 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.jboss.netty.handler.codec.http.HttpHeaders.Values.CHUNKED. | 46 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.jboss.netty.handler.codec.http.HttpHeaders.Values.KEEP_ALIVE. | 47 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.jboss.netty.handler.codec.http.HttpResponseStatus.OK. | 48 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.jboss.netty.handler.codec.http.HttpVersion.HTTP_1_1. | 49 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.jboss.netty.util.CharsetUtil.UTF_8. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.HashMap' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.HashMap' | 30 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.transport.*. | 41 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 44 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 44 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 44 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 51 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 51 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. | 51 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. | 52 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. | 53 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. | 53 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 54 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.greaterThanOrEqualTo. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Arrays' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Arrays' | 28 | |
| imports | ImportOrder | Wrong order for 'java.util.Arrays' import. | 28 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.TermsFilterParser.*' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.TermsFilterParser.*' | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.query.TermsFilterParser.*. | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.TermsFilterParser.*. | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.elasticsearch.test.junit.annotations.TestLogging. | 38 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 44 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 44 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 44 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.routing.ShardRoutingState.*' | 46 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.routing.ShardRoutingState.*' | 46 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.*. | 46 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.*. | 46 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 26 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.elasticsearch.index.IndexService' import. | 29 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 34 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.FilterBuilders.termFilter' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.FilterBuilders.termFilter' | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.termFilter. | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.HashMap' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.HashMap' | 26 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.*' | 51 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.*' | 51 | |
| imports | ImportOrder | Wrong order for 'java.io.*' import. | 51 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 51 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 54 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 54 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 54 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 55 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.is. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 25 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.carrotsearch.randomizedtesting.RandomizedTest.scaledRandomIntBetween' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'com.carrotsearch.randomizedtesting.RandomizedTest.scaledRandomIntBetween' | 27 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.carrotsearch.randomizedtesting.RandomizedTest.scaledRandomIntBetween. | 27 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_VERSION_CREATED. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 37 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 45 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 45 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 45 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 49 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 49 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 49 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 50 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 25 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 27 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 27 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.instanceOf. | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.is. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 32 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.instanceOf' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.instanceOf' | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.instanceOf. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.instanceOf' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.instanceOf' | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.instanceOf. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.analysis.ngram.*. | 25 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 36 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 36 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.carrotsearch.randomizedtesting.RandomizedTest.scaledRandomIntBetween' | 45 | |
| imports | ImportOrder | Extra separation in import group before 'com.carrotsearch.randomizedtesting.RandomizedTest.scaledRandomIntBetween' | 45 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.carrotsearch.randomizedtesting.RandomizedTest.scaledRandomIntBetween. | 45 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.instanceOf. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.is. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.elasticsearch.common.settings.ImmutableSettings. | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 40 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.is' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.is' | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.is. | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.not. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 35 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.*' | 40 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.*' | 40 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.CoreMatchers.*' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.CoreMatchers.*' | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.MatcherAssert.assertThat. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.CoreMatchers.*' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.CoreMatchers.*' | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.CoreMatchers.*' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.CoreMatchers.*' | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 31 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.instanceOf' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.instanceOf' | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.instanceOf. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 32 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.carrotsearch.randomizedtesting.RandomizedTest.scaledRandomIntBetween' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'com.carrotsearch.randomizedtesting.RandomizedTest.scaledRandomIntBetween' | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.carrotsearch.randomizedtesting.RandomizedTest.scaledRandomIntBetween. | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_VERSION_CREATED. | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.instanceOf. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 38 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 34 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 37 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.instanceOf. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 35 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.instanceOf' | 38 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.instanceOf' | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.instanceOf. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 48 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 48 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 48 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 50 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 50 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 50 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.index.*. | 26 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 38 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.not. | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.sameInstance. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.apache.lucene.codecs.Codec' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'org.apache.lucene.codecs.Codec' | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.lucene.codecs.lucene410.Lucene410Codec' import. | 34 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.codec.docvaluesformat.*. | 41 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.codec.postingsformat.*. | 42 | |
| imports | ImportOrder | Wrong order for 'org.elasticsearch.index.IndexService' import. | 46 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 51 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 51 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 51 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.instanceOf. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.apache.lucene.codecs.TermsConsumer' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'org.apache.lucene.codecs.TermsConsumer' | 24 | |
| imports | ImportOrder | Wrong order for 'org.apache.lucene.codecs.TermsConsumer' import. | 24 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.base.Predicates' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.base.Predicates' | 26 | |
| imports | ImportOrder | Wrong order for 'com.google.common.base.Predicates' import. | 26 | |
| imports | UnusedImports | Unused import - com.google.common.base.Predicates. | 26 | |
| imports | UnusedImports | Unused import - com.google.common.collect.Iterators. | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.apache.lucene.codecs.FieldsConsumer' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'org.apache.lucene.codecs.FieldsConsumer' | 29 | |
| imports | UnusedImports | Unused import - org.apache.lucene.index.Fields. | 31 | |
| imports | ImportOrder | Wrong order for 'org.elasticsearch.index.codec.postingsformat.BloomFilterPostingsFormat' import. | 35 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 39 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 39 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 39 | |
| imports | UnusedImports | Unused import - java.util.Iterator. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.apache.lucene.index.DirectoryReader.listCommits' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'org.apache.lucene.index.DirectoryReader.listCommits' | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.apache.lucene.index.DirectoryReader.listCommits. | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.Builder.EMPTY_SETTINGS. | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 | |
| imports | UnusedImports | Unused import - java.util.Arrays. | 28 | |
| imports | UnusedImports | Unused import - java.util.List. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Collection' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Collection' | 31 | |
| imports | ImportOrder | Wrong order for 'java.util.Collection' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 34 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.apache.lucene.util.LuceneTestCase.Slow' | 37 | |
| imports | ImportOrder | Extra separation in import group before 'org.apache.lucene.util.LuceneTestCase.Slow' | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.apache.lucene.util.LuceneTestCase.Slow. | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.ClusterScope. | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope. | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 41 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertNoFailures. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.is. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.index.*. | 33 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.File' | 88 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.File' | 88 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 88 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.carrotsearch.randomizedtesting.RandomizedTest.*' | 96 | |
| imports | ImportOrder | Extra separation in import group before 'com.carrotsearch.randomizedtesting.RandomizedTest.*' | 96 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - com.carrotsearch.randomizedtesting.RandomizedTest.*. | 96 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.carrotsearch.randomizedtesting.RandomizedTest.*. | 96 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.carrotsearch.randomizedtesting.RandomizedTest.randomBoolean. | 97 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.apache.lucene.util.AbstractRandomizedTest.CHILD_JVM_ID. | 98 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.Builder.EMPTY_SETTINGS. | 99 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.engine.Engine.Operation.Origin.PRIMARY. | 100 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.engine.Engine.Operation.Origin.REPLICA. | 101 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchTestCase.assertBusy. | 102 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchTestCase.terminate. | 103 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 104 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 104 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 74 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 74 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 74 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.carrotsearch.randomizedtesting.RandomizedTest.*' | 82 | |
| imports | ImportOrder | Extra separation in import group before 'com.carrotsearch.randomizedtesting.RandomizedTest.*' | 82 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - com.carrotsearch.randomizedtesting.RandomizedTest.*. | 82 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.carrotsearch.randomizedtesting.RandomizedTest.*. | 82 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.Builder.EMPTY_SETTINGS. | 83 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchTestCase.terminate. | 84 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 85 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 85 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.search.*. | 24 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.greaterThanOrEqualTo. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.index.*. | 23 | |
| imports | ImportOrder | Wrong order for 'org.elasticsearch.index.cache.fixedbitset.FixedBitSetFilterCache' import. | 35 | |
| imports | ImportOrder | Wrong order for 'org.elasticsearch.index.IndexService' import. | 36 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.index.fielddata.IndexFieldData.XFieldComparatorSource.Nested' | 42 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.index.fielddata.IndexFieldData.XFieldComparatorSource.Nested' | 42 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.fielddata.IndexFieldData.XFieldComparatorSource.Nested. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.search.*. | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Locale' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Locale' | 32 | |
| imports | ImportOrder | Wrong order for 'java.util.Locale' import. | 32 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.document.*. | 23 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.index.*. | 25 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.search.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.util.*. | 31 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 42 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 42 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 42 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.*' | 46 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.*' | 46 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 46 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*' | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.index.*. | 28 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.*' | 44 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.*' | 44 | |
| imports | ImportOrder | Wrong order for 'java.util.*' import. | 44 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 44 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.*' | 47 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.*' | 47 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 47 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Arrays' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Arrays' | 27 | |
| imports | ImportOrder | Wrong order for 'java.util.Arrays' import. | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked' | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 33 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.QueryBuilders.matchAllQuery' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.QueryBuilders.matchAllQuery' | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.facet.FacetBuilders.termsFacet. | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 26 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 26 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 27 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.greaterThan. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Random' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Random' | 29 | |
| imports | ImportOrder | Wrong order for 'java.util.Random' import. | 29 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.index.*. | 26 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.fielddata.plain.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.mapper.core.*. | 35 | |
| imports | ImportOrder | Wrong order for 'org.elasticsearch.index.IndexService' import. | 36 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Arrays' | 39 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Arrays' | 39 | |
| imports | ImportOrder | Wrong order for 'java.util.Arrays' import. | 39 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.instanceOf' | 44 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.instanceOf' | 44 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.instanceOf. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.ArrayList' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.ArrayList' | 33 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 33 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.*' | 37 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.*' | 37 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.HashMap' | 46 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.HashMap' | 46 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 46 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 51 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 51 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 51 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.greaterThan. | 52 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Arrays' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Arrays' | 27 | |
| imports | ImportOrder | Wrong order for 'java.util.Arrays' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.index.*. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 31 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 28 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.*' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.*' | 32 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.index.*. | 25 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Locale' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Locale' | 32 | |
| imports | ImportOrder | Wrong order for 'java.util.Locale' import. | 32 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.not. | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.core.IsNull.notNullValue. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.ArrayList' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.ArrayList' | 29 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 29 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.MatcherAssert.assertThat' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.MatcherAssert.assertThat' | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.MatcherAssert.assertThat. | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.File' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.File' | 36 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 36 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked' | 40 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked' | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.action.get.GetResponse' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.action.get.GetResponse' | 24 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 36 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 36 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.QueryBuilders.termQuery' | 40 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.QueryBuilders.termQuery' | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.termQuery. | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 41 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertExists. | 42 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount. | 43 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertSearchHits. | 44 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertSuggestion. | 45 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.both. | 46 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.hasEntry. | 47 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.hasKey. | 48 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.not. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 25 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 26 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 26 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.containsString. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.mapper.*. | 36 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 46 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 46 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 46 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 47 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.io.Streams.copyToBytesFromClasspath' | 49 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.io.Streams.copyToBytesFromClasspath' | 49 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.io.Streams.copyToBytesFromClasspath. | 49 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.io.Streams.copyToStringFromClasspath. | 50 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 51 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 52 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.instanceOf. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.LinkedHashMap' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.LinkedHashMap' | 27 | |
| imports | ImportOrder | Wrong order for 'java.util.LinkedHashMap' import. | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked' | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.elasticsearch.index.IndexService' import. | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.closeTo' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.closeTo' | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.closeTo. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.instanceOf. | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.is. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.closeTo' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.closeTo' | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.closeTo. | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 32 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked' | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.mapper.*. | 29 | |
| imports | ImportOrder | Wrong order for 'org.elasticsearch.index.IndexService' import. | 33 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Arrays' | 37 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Arrays' | 37 | |
| imports | ImportOrder | Wrong order for 'java.util.Arrays' import. | 37 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 41 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 41 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 41 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.mapper.DocumentMapper.MergeFlags.mergeFlags. | 42 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 43 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 38 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 38 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 38 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 42 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 42 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 42 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 43 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 31 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.index.mapper.DocumentMapper.MergeFlags.mergeFlags' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.index.mapper.DocumentMapper.MergeFlags.mergeFlags' | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.mapper.DocumentMapper.MergeFlags.mergeFlags. | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.mapper.*. | 35 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 46 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 46 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 46 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 47 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 49 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 49 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 49 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 50 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.elasticsearch.index.IndexService' import. | 30 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 34 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.io.Streams.copyToBytesFromClasspath' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.io.Streams.copyToBytesFromClasspath' | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.io.Streams.copyToBytesFromClasspath. | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.io.Streams.copyToStringFromClasspath. | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.io.Streams.copyToBytesFromClasspath' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.io.Streams.copyToBytesFromClasspath' | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.io.Streams.copyToBytesFromClasspath. | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.io.Streams.copyToStringFromClasspath. | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.mapper.*. | 26 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.io.Streams.copyToBytesFromClasspath' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.io.Streams.copyToBytesFromClasspath' | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.io.Streams.copyToBytesFromClasspath. | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.io.Streams.copyToStringFromClasspath. | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.mapper.*. | 31 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 38 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 38 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 38 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.index.mapper.MapperBuilders.stringField' | 43 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.index.mapper.MapperBuilders.stringField' | 43 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.mapper.MapperBuilders.stringField. | 43 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.mapper.core.TypeParsers.parseField. | 44 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.mapper.core.TypeParsers.parseMultiField. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Collection' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Collection' | 25 | |
| imports | ImportOrder | Wrong order for 'java.util.Collection' import. | 25 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 27 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.mapper.*. | 25 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.is' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.is' | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.is. | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.notNullValue. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Arrays' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Arrays' | 28 | |
| imports | ImportOrder | Wrong order for 'java.util.Arrays' import. | 28 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.lessThanOrEqualTo' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.lessThanOrEqualTo' | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.lessThanOrEqualTo. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Map' | 30 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 30 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked' | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.ArrayList' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.ArrayList' | 30 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 30 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.index.mapper.DocumentMapper.MergeFlags.mergeFlags' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.index.mapper.DocumentMapper.MergeFlags.mergeFlags' | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.mapper.DocumentMapper.MergeFlags.mergeFlags. | 33 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.is. | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 34 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.index.mapper.DocumentMapper.MergeFlags.mergeFlags' | 38 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.index.mapper.DocumentMapper.MergeFlags.mergeFlags' | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.mapper.DocumentMapper.MergeFlags.mergeFlags. | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.instanceOf. | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.isIn. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.*' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.*' | 31 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.*' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.*' | 33 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 32 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.*' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.*' | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Arrays' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Arrays' | 32 | |
| imports | ImportOrder | Wrong order for 'java.util.Arrays' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.containsString. | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.instanceOf. | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.is. | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.notNullValue. | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Arrays' | 40 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Arrays' | 40 | |
| imports | ImportOrder | Wrong order for 'java.util.Arrays' import. | 40 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 44 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 44 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.index.mapper.DocumentMapper.MergeFlags.mergeFlags' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.index.mapper.DocumentMapper.MergeFlags.mergeFlags' | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.mapper.DocumentMapper.MergeFlags.mergeFlags. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.mapper.core.*. | 34 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Arrays' | 39 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Arrays' | 39 | |
| imports | ImportOrder | Wrong order for 'java.util.Arrays' import. | 39 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.io.Streams.copyToBytesFromClasspath' | 44 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.io.Streams.copyToBytesFromClasspath' | 44 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.io.Streams.copyToBytesFromClasspath. | 44 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.io.Streams.copyToStringFromClasspath. | 45 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 46 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.mapper.MapperBuilders.*. | 47 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.mapper.MapperBuilders.*. | 47 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 48 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 33 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.FilterBuilders.geoDistanceFilter' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.FilterBuilders.geoDistanceFilter' | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.geoDistanceFilter. | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.constantScoreQuery. | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchQuery. | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 39 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Arrays' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Arrays' | 31 | |
| imports | ImportOrder | Wrong order for 'java.util.Arrays' import. | 31 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.io.Streams.copyToBytesFromClasspath' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.io.Streams.copyToBytesFromClasspath' | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.io.Streams.copyToBytesFromClasspath. | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.io.Streams.copyToStringFromClasspath. | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.mapper.DocumentMapper.MergeFlags.mergeFlags. | 35 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.elasticsearch.index.IndexService' import. | 26 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.*' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.*' | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.mapper.*. | 29 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 39 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 39 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 39 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 41 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 41 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 41 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 42 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 28 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 26 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.io.Streams.copyToStringFromClasspath' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.io.Streams.copyToStringFromClasspath' | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.io.Streams.copyToStringFromClasspath. | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.notNullValue. | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Map' | 32 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 32 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.*' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.*' | 34 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.mapper.*. | 27 | |
| imports | ImportOrder | Wrong order for 'org.elasticsearch.index.IndexService' import. | 29 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.io.Streams.copyToBytesFromClasspath' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.io.Streams.copyToBytesFromClasspath' | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.io.Streams.copyToBytesFromClasspath. | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.io.Streams.copyToStringFromClasspath. | 34 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.mapper.MapperBuilders.*. | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.mapper.MapperBuilders.*. | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 32 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.*' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.*' | 31 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.mapper.*. | 30 | |
| imports | ImportOrder | Wrong order for 'org.elasticsearch.index.IndexService' import. | 31 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Arrays' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Arrays' | 35 | |
| imports | ImportOrder | Wrong order for 'java.util.Arrays' import. | 35 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.*' | 39 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.*' | 39 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Arrays' | 54 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Arrays' | 54 | |
| imports | ImportOrder | Wrong order for 'java.util.Arrays' import. | 54 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 58 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 58 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 58 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.notNullValue. | 59 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.mapper.*. | 35 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 40 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 40 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 40 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked' | 45 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked' | 45 | |
| imports | UnusedImports | Unused import - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 45 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 45 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 46 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.mapper.*. | 28 | |
| imports | ImportOrder | Wrong order for 'org.elasticsearch.index.IndexService' import. | 30 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 34 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked' | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.containsString. | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.notNullValue. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 32 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.io.Streams.copyToStringFromClasspath' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.io.Streams.copyToStringFromClasspath' | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.io.Streams.copyToStringFromClasspath. | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.containsString. | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.elasticsearch.index.IndexService' import. | 29 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 33 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.io.Streams.copyToStringFromClasspath' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.io.Streams.copyToStringFromClasspath' | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.io.Streams.copyToStringFromClasspath. | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.CoreMatchers.equalTo. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 39 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 39 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 39 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.Builder.EMPTY_SETTINGS' | 41 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.Builder.EMPTY_SETTINGS' | 41 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.Builder.EMPTY_SETTINGS. | 41 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.elasticsearch.index.IndexService' import. | 36 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 44 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 44 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 44 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.io.Streams.copyToBytesFromClasspath' | 46 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.io.Streams.copyToBytesFromClasspath' | 46 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.io.Streams.copyToBytesFromClasspath. | 46 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.io.Streams.copyToStringFromClasspath. | 47 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.instanceOf. | 48 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.is. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.elasticsearch.index.IndexService' import. | 29 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 37 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 37 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 37 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.io.Streams.copyToBytesFromClasspath' | 39 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.io.Streams.copyToBytesFromClasspath' | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.io.Streams.copyToBytesFromClasspath. | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.io.Streams.copyToStringFromClasspath. | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.instanceOf. | 41 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.is. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.elasticsearch.index.IndexService' import. | 29 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 37 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 37 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 37 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.io.Streams.copyToBytesFromClasspath' | 39 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.io.Streams.copyToBytesFromClasspath' | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.io.Streams.copyToBytesFromClasspath. | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.io.Streams.copyToStringFromClasspath. | 40 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 41 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 35 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.io.Streams.copyToStringFromClasspath' | 39 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.io.Streams.copyToStringFromClasspath' | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.io.Streams.copyToStringFromClasspath. | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.is. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.apache.lucene.analysis.core.WhitespaceAnalyzer' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'org.apache.lucene.analysis.core.WhitespaceAnalyzer' | 25 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.index.*. | 26 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.queries.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.search.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.search.spans.*. | 31 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.common.lucene.search.*. | 46 | |
| imports | ImportOrder | Wrong order for 'org.elasticsearch.common.xcontent.XContentFactory' import. | 56 | |
| imports | ImportOrder | Wrong order for 'org.elasticsearch.index.IndexService' import. | 67 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 74 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 74 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 74 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.io.Streams.copyToBytesFromClasspath' | 80 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.io.Streams.copyToBytesFromClasspath' | 80 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.io.Streams.copyToBytesFromClasspath. | 80 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.io.Streams.copyToStringFromClasspath. | 81 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 82 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.query.FilterBuilders.*. | 83 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.*. | 83 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. | 84 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. | 84 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.query.RegexpFlag.*. | 85 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.RegexpFlag.*. | 85 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.functionscore.ScoreFunctionBuilders.factorFunction. | 86 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertBooleanSubQuery. | 87 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 88 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 88 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 58 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 58 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 38 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 38 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 38 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 44 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 44 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 44 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 45 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. | 46 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. | 46 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 47 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.is. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 27 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 27 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.elasticsearch.Version' import. | 23 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 53 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 53 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.elasticsearch.Version' import. | 23 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 53 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 53 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.document.*. | 26 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.index.*. | 27 | |
| imports | ImportOrder | Wrong order for 'org.elasticsearch.index.IndexService' import. | 46 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.ArrayList' | 53 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.ArrayList' | 53 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 53 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.CoreMatchers.equalTo' | 57 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.CoreMatchers.equalTo' | 57 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.CoreMatchers.equalTo. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.search.*. | 22 | |
| imports | ImportOrder | Wrong order for 'org.elasticsearch.common.xcontent.XContentHelper' import. | 28 | |
| imports | ImportOrder | Wrong order for 'org.elasticsearch.index.IndexService' import. | 35 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 42 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 42 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 42 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 44 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 44 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.index.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.search.*. | 29 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 49 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 49 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 49 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.FilterBuilders.*' | 54 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.FilterBuilders.*' | 54 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.query.FilterBuilders.*. | 54 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.*. | 54 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. | 55 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. | 55 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.index.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.search.*. | 32 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 54 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 54 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 54 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 55 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.FilterBuilders.*' | 57 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.FilterBuilders.*' | 57 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.query.FilterBuilders.*. | 57 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.*. | 57 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. | 58 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. | 58 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.is. | 59 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.lessThanOrEqualTo. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.index.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.search.*. | 29 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 48 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 48 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 48 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.FilterBuilders.*' | 53 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.FilterBuilders.*' | 53 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.query.FilterBuilders.*. | 53 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.*. | 53 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. | 54 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.index.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.search.*. | 30 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 49 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 49 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 49 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.FilterBuilders.notFilter' | 55 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.FilterBuilders.notFilter' | 55 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.notFilter. | 55 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.termFilter. | 56 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. | 57 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.MatcherAssert.assertThat' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.MatcherAssert.assertThat' | 25 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.MatcherAssert.assertThat. | 25 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.MatcherAssert.assertThat' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.MatcherAssert.assertThat' | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.MatcherAssert.assertThat. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.ArrayList' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.ArrayList' | 27 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 32 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.closeTo' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.closeTo' | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.closeTo. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 37 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 37 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 37 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 39 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 39 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.search.*. | 28 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 41 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 41 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 41 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 45 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 45 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.search.*. | 24 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 38 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 38 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 38 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 40 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.search.*. | 24 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 38 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 38 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 38 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 40 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.search.*. | 28 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 48 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 48 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 48 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 53 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 53 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 26 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 26 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.search.similarities.*. | 22 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 30 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.CoreMatchers.equalTo' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.CoreMatchers.equalTo' | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.CoreMatchers.equalTo. | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.CoreMatchers.instanceOf. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.common.xcontent.*. | 23 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 28 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.is. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.*' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.*' | 25 | |
| imports | ImportOrder | Wrong order for 'java.io.*' import. | 25 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 25 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.store.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.cluster.routing.*. | 43 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.transport.*. | 71 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.*' | 74 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.*' | 74 | |
| imports | ImportOrder | Wrong order for 'java.io.*' import. | 74 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 74 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 75 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*' | 82 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*' | 82 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. | 82 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. | 82 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 83 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 83 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.File' | 42 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.File' | 42 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 42 | |
| imports | UnusedImports | Unused import - java.io.RandomAccessFile. | 45 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.nio.file.*. | 48 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.QueryBuilders.matchAllQuery' | 54 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.QueryBuilders.matchAllQuery' | 54 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. | 54 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 55 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.notNullValue. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - com.carrotsearch.randomizedtesting.annotations.Repeat. | 22 | |
| imports | UnusedImports | Unused import - com.carrotsearch.randomizedtesting.annotations.Seed. | 23 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.store.*. | 24 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.File' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.File' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 29 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.CoreMatchers.*' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.CoreMatchers.*' | 34 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.File' | 42 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.File' | 42 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.File' | 37 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.File' | 37 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - com.google.common.collect.Iterables. | 21 | |
| imports | UnusedImports | Unused import - com.google.common.collect.Lists. | 22 | |
| imports | UnusedImports | Unused import - org.apache.lucene.util.LuceneTestCase. | 23 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.transport.*. | 39 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 42 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 42 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 42 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 43 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 47 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 47 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 47 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.termQuery. | 48 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. | 49 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. | 49 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.CoreMatchers.equalTo. | 50 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.greaterThan. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.apache.lucene.index.CorruptIndexException' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'org.apache.lucene.index.CorruptIndexException' | 25 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.apache.lucene.store.IndexOutput' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'org.apache.lucene.store.IndexOutput' | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.apache.lucene.store.IOContext' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'org.apache.lucene.store.IOContext' | 29 | |
| imports | ImportOrder | Wrong order for 'org.apache.lucene.store.IOContext' import. | 29 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.apache.lucene.store.Directory' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'org.apache.lucene.store.Directory' | 31 | |
| imports | ImportOrder | Wrong order for 'org.apache.lucene.store.Directory' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.document.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.index.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.store.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.util.*. | 30 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.FileNotFoundException' | 48 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.FileNotFoundException' | 48 | |
| imports | ImportOrder | Wrong order for 'java.io.FileNotFoundException' import. | 48 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 51 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.carrotsearch.randomizedtesting.RandomizedTest.*' | 56 | |
| imports | ImportOrder | Extra separation in import group before 'com.carrotsearch.randomizedtesting.RandomizedTest.*' | 56 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - com.carrotsearch.randomizedtesting.RandomizedTest.*. | 56 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.carrotsearch.randomizedtesting.RandomizedTest.*. | 56 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 57 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.store.*. | 22 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.File' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.File' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 29 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.*' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.*' | 32 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.HashSet' | 37 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.HashSet' | 37 | |
| imports | ImportOrder | Wrong order for 'java.util.HashSet' import. | 37 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS' | 40 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS' | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. | 41 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 42 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAllSuccessful. | 43 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 44 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.EOFException' | 37 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.EOFException' | 37 | |
| imports | ImportOrder | Wrong order for 'java.io.EOFException' import. | 37 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 50 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 50 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. | 50 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 51 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.EOFException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.EOFException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.EOFException' import. | 27 | |
| imports | UnusedImports | Unused import - java.nio.file.Path. | 30 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.File' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.File' | 28 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.File' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.File' | 28 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.ArrayList' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.ArrayList' | 30 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 30 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount' | 39 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount' | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount. | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.lessThanOrEqualTo. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Set' | 42 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Set' | 42 | |
| imports | ImportOrder | Wrong order for 'java.util.Set' import. | 42 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.client.Requests.*' | 44 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.client.Requests.*' | 44 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.client.Requests.*. | 44 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.client.Requests.*. | 44 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. | 45 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. | 46 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.*. | 47 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.*. | 47 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 48 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.*. | 49 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.*. | 49 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 50 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.elasticsearch.common.settings.ImmutableSettings. | 23 | |
| imports | UnusedImports | Unused import - org.elasticsearch.test.store.MockFSDirectoryService. | 25 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Arrays' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Arrays' | 28 | |
| imports | ImportOrder | Wrong order for 'java.util.Arrays' import. | 28 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked' | 32 | |
| imports | UnusedImports | Unused import - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.MatcherAssert.assertThat. | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.emptyIterable. | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.nio.file.Files' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'java.nio.file.Files' | 33 | |
| imports | ImportOrder | Wrong order for 'java.nio.file.Files' import. | 33 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.QueryBuilders.matchAllQuery' | 38 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.QueryBuilders.matchAllQuery' | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.concurrent.atomic.AtomicInteger' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.concurrent.atomic.AtomicInteger' | 29 | |
| imports | ImportOrder | Wrong order for 'java.util.concurrent.atomic.AtomicInteger' import. | 29 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS' | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 43 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 43 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 43 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS' | 50 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS' | 50 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. | 50 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. | 51 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.routing.allocation.decider.DisableAllocationDecider.CLUSTER_ROUTING_ALLOCATION_DISABLE_ALLOCATION. | 52 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.builder. | 53 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.shard.IndexShardState.*. | 54 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.shard.IndexShardState.*. | 54 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.ClusterScope. | 55 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope. | 56 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 57 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.CoreMatchers.equalTo. | 58 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.greaterThanOrEqualTo. | 59 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.hasSize. | 60 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.action.percolate.PercolateSourceBuilder.docBuilder' | 62 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.action.percolate.PercolateSourceBuilder.docBuilder' | 62 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.action.percolate.PercolateSourceBuilder.docBuilder. | 62 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.boolQuery. | 63 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. | 64 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 65 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount. | 66 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 67 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 35 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked' | 40 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked' | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Collection' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Collection' | 27 | |
| imports | ImportOrder | Wrong order for 'java.util.Collection' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.Reader' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.Reader' | 25 | |
| imports | ImportOrder | Wrong order for 'java.io.Reader' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.Reader' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.Reader' | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.Reader' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.analysis.*. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.Reader' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.Reader' | 25 | |
| imports | ImportOrder | Wrong order for 'java.io.Reader' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.lang.reflect.Field' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'java.lang.reflect.Field' | 34 | |
| imports | ImportOrder | Wrong order for 'java.lang.reflect.Field' import. | 34 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 39 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.is. | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.notNullValue. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 32 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.lang.reflect.Field' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'java.lang.reflect.Field' | 33 | |
| imports | ImportOrder | Wrong order for 'java.lang.reflect.Field' import. | 33 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.indices.analysis.HunspellService.*' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.indices.analysis.HunspellService.*' | 35 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.indices.analysis.HunspellService.*. | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.indices.analysis.HunspellService.*. | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.notNullValue. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 29 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 29 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.search.aggregations.AggregationBuilders.dateHistogram' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.search.aggregations.AggregationBuilders.dateHistogram' | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.dateHistogram. | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertSearchResponse. | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.greaterThan. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.elasticsearch.index.IndexService' import. | 26 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.lang.ref.WeakReference' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'java.lang.ref.WeakReference' | 33 | |
| imports | ImportOrder | Wrong order for 'java.lang.ref.WeakReference' import. | 33 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.test.ElasticsearchIntegrationTest.Scope' | 37 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.test.ElasticsearchIntegrationTest.Scope' | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope. | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.elasticsearch.common.xcontent.XContentBuilder. | 27 | |
| imports | UnusedImports | Unused import - org.elasticsearch.common.xcontent.XContentFactory. | 28 | |
| imports | UnusedImports | Unused import - org.elasticsearch.index.fielddata.FieldDataType. | 29 | |
| imports | UnusedImports | Unused import - org.elasticsearch.index.mapper.FieldMapper. | 30 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.HashMap' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.HashMap' | 35 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 35 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 42 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 42 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 42 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 43 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount. | 44 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.emptyIterable. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.apache.lucene.util.LuceneTestCase.Slow' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'org.apache.lucene.util.LuceneTestCase.Slow' | 26 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.apache.lucene.util.LuceneTestCase.Slow. | 26 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 27 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.ClusterScope. | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - com.google.common.base.Predicate. | 22 | |
| imports | UnusedImports | Unused import - org.elasticsearch.cluster.metadata.MappingMetaData. | 26 | |
| imports | UnusedImports | Unused import - org.elasticsearch.common.collect.ImmutableOpenMap. | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.notNullValue. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.common.xcontent.*. | 24 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 33 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 30 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.notNullValue. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.ArrayList' | 42 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.ArrayList' | 42 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 42 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 48 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 48 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 48 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 49 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 50 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertThrows. | 51 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 52 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 31 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 31 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.cardinality. | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Arrays' | 42 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Arrays' | 42 | |
| imports | ImportOrder | Wrong order for 'java.util.Arrays' import. | 42 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 46 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 46 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. | 46 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. | 47 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 48 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. | 49 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.cardinality. | 50 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope.TEST. | 51 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 52 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertFailures. | 53 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.CoreMatchers.containsString. | 54 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 55 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.greaterThanOrEqualTo. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 45 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 45 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 45 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 50 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 50 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 50 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAllSuccessful. | 51 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.transport.*. | 57 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 60 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 60 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 60 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 67 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 67 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 67 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope. | 68 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 69 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount. | 70 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 71 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 71 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.indices.recovery.RecoveryState.*. | 31 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 35 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.*' | 42 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.*' | 42 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 42 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.ByteArrayInputStream' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.ByteArrayInputStream' | 32 | |
| imports | ImportOrder | Wrong order for 'java.io.ByteArrayInputStream' import. | 32 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount. | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked' | 44 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked' | 44 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 44 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertThrows. | 45 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 46 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.test.ElasticsearchIntegrationTest.*' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.test.ElasticsearchIntegrationTest.*' | 33 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.*. | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.*. | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.notNullValue. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.elasticsearch.action.index.IndexRequestBuilder. | 28 | |
| imports | UnusedImports | Unused import - org.elasticsearch.action.search.SearchResponse. | 29 | |
| imports | UnusedImports | Unused import - org.elasticsearch.common.settings.ImmutableSettings. | 33 | |
| imports | UnusedImports | Unused import - org.elasticsearch.common.xcontent.XContentFactory. | 34 | |
| imports | UnusedImports | Unused import - org.elasticsearch.index.query.QueryBuilders. | 35 | |
| imports | UnusedImports | Unused import - org.elasticsearch.test.store.MockFSDirectoryService. | 38 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 41 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 41 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 41 | |
| imports | UnusedImports | Unused import - java.io.IOException. | 41 | |
| imports | UnusedImports | Unused import - java.util.concurrent.ExecutionException. | 42 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 44 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 44 | |
| imports | UnusedImports | Unused import - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 44 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 44 | |
| imports | UnusedImports | Unused import - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 45 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 45 | |
| imports | UnusedImports | Unused import - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount. | 46 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount. | 46 | |
| imports | UnusedImports | Unused import - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertNoFailures. | 47 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertNoFailures. | 47 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 48 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.notNullValue. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Arrays' | 44 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Arrays' | 44 | |
| imports | ImportOrder | Wrong order for 'java.util.Arrays' import. | 44 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked' | 48 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked' | 48 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 48 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 41 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 41 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 41 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 42 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.action.admin.indices.stats.*. | 24 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 47 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 47 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 47 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS' | 51 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS' | 51 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. | 51 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 52 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 53 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.filteredQuery. | 54 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. | 55 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 56 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 57 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.cluster.routing.*. | 29 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.File' | 44 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.File' | 44 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 44 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 50 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 50 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 50 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope. | 51 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 52 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Arrays' | 38 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Arrays' | 38 | |
| imports | ImportOrder | Wrong order for 'java.util.Arrays' import. | 38 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.is' | 42 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.is' | 42 | |
| imports | UnusedImports | Unused import - org.hamcrest.Matchers.is. | 42 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.is. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.File' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.File' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 30 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 35 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.MatcherAssert.assertThat' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.MatcherAssert.assertThat' | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.MatcherAssert.assertThat. | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.greaterThan. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.File' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.File' | 32 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 32 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.test.ElasticsearchIntegrationTest.*' | 37 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.test.ElasticsearchIntegrationTest.*' | 37 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.*. | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.*. | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.is. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked' | 37 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked' | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.is. | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.core.IsNull.notNullValue. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Arrays' | 47 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Arrays' | 47 | |
| imports | ImportOrder | Wrong order for 'java.util.Arrays' import. | 47 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.FilterBuilders.termFilter' | 51 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.FilterBuilders.termFilter' | 51 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.termFilter. | 51 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.termQuery. | 52 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. | 53 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. | 53 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 54 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 35 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.*. | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.*. | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Locale' | 49 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Locale' | 49 | |
| imports | ImportOrder | Wrong order for 'java.util.Locale' import. | 49 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked' | 51 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked' | 51 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 51 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 52 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 33 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 37 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.ArrayList' | 42 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.ArrayList' | 42 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 42 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.client.Requests.*' | 47 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.client.Requests.*' | 47 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.client.Requests.*. | 47 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.client.Requests.*. | 47 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. | 48 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. | 49 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 50 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.termFilter. | 51 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.moreLikeThisFieldQuery. | 52 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.moreLikeThisQuery. | 53 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. | 54 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. | 54 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 55 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.notNullValue. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 37 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 37 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.ArrayList' | 48 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.ArrayList' | 48 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 48 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 51 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 51 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 51 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 52 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.query.FilterBuilders.*. | 53 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.*. | 53 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. | 54 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. | 54 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. | 55 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. | 55 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 56 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.http.impl.client.HttpClients. | 22 | |
| imports | UnusedImports | Unused import - org.apache.lucene.util.TestUtil. | 23 | |
| imports | UnusedImports | Unused import - org.elasticsearch.common.Strings. | 25 | |
| imports | UnusedImports | Unused import - org.elasticsearch.common.transport.InetSocketTransportAddress. | 28 | |
| imports | UnusedImports | Unused import - org.elasticsearch.http.HttpServerTransport. | 32 | |
| imports | UnusedImports | Unused import - org.elasticsearch.test.rest.client.http.HttpRequestBuilder. | 35 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.ByteArrayOutputStream' | 39 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.ByteArrayOutputStream' | 39 | |
| imports | ImportOrder | Wrong order for 'java.io.ByteArrayOutputStream' import. | 39 | |
| imports | UnusedImports | Unused import - java.net.InetSocketAddress. | 41 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount' | 44 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount' | 44 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.MatcherAssert.assertThat. | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.File' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.File' | 36 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 36 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.client.Requests.clusterHealthRequest' | 42 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.client.Requests.clusterHealthRequest' | 42 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.client.Requests.clusterHealthRequest. | 42 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.client.Requests.nodesInfoRequest. | 43 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 44 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope. | 45 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 46 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked' | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.is' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.is' | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.is. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.containsString' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.containsString' | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.containsString. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.containsString' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.containsString' | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.containsString. | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.is. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.containsString' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.containsString' | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.containsString. | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.is. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Random' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Random' | 31 | |
| imports | ImportOrder | Wrong order for 'java.util.Random' import. | 31 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.QueryBuilders.boolQuery' | 39 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.QueryBuilders.boolQuery' | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.boolQuery. | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.termQuery. | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.percolator.PercolatorTests.convertFromTextArray. | 41 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 42 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertNoFailures. | 43 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 44 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 33 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.action.percolate.PercolateSourceBuilder.docBuilder' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.action.percolate.PercolateSourceBuilder.docBuilder' | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.action.percolate.PercolateSourceBuilder.docBuilder. | 35 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.*. | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.*. | 36 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.percolator.PercolatorTests.convertFromTextArray. | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertMatchCount. | 40 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 41 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.termQuery. | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertMatchCount. | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.instanceOf. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.ArrayList' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.ArrayList' | 33 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 33 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.action.percolate.PercolateSourceBuilder.docBuilder' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.action.percolate.PercolateSourceBuilder.docBuilder' | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.action.percolate.PercolateSourceBuilder.docBuilder. | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchQuery. | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertMatchCount. | 41 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertNoFailures. | 42 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.arrayWithSize. | 43 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 56 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 56 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 56 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 57 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.action.percolate.PercolateSourceBuilder.docBuilder' | 59 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.action.percolate.PercolateSourceBuilder.docBuilder' | 59 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.action.percolate.PercolateSourceBuilder.docBuilder. | 59 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.builder. | 60 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 61 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.*. | 62 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.*. | 62 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.rangeFilter. | 63 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.termFilter. | 64 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. | 65 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. | 65 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.functionscore.ScoreFunctionBuilders.scriptFunction. | 66 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. | 67 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. | 67 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 68 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.concurrent.CountDownLatch' | 42 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.concurrent.CountDownLatch' | 42 | |
| imports | ImportOrder | Wrong order for 'java.util.concurrent.CountDownLatch' import. | 42 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.action.percolate.PercolateSourceBuilder.docBuilder' | 46 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.action.percolate.PercolateSourceBuilder.docBuilder' | 46 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.action.percolate.PercolateSourceBuilder.docBuilder. | 46 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.client.Requests.clusterHealthRequest. | 47 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.builder. | 48 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 49 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 50 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. | 51 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. | 51 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.percolator.PercolatorTests.convertFromTextArray. | 52 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.ClusterScope. | 53 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope. | 54 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. | 55 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. | 55 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 56 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 36 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 36 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 39 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.percolator.PercolatorTests.convertFromTextArray. | 41 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertMatchCount. | 42 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertNoFailures. | 43 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 44 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.transport.*. | 28 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 31 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.ClusterScope. | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope. | 36 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.net.URISyntaxException' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.net.URISyntaxException' | 30 | |
| imports | ImportOrder | Wrong order for 'java.net.URISyntaxException' import. | 30 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.File' | 46 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.File' | 46 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 46 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.io.FileSystemUtilsTests.assertFileContent' | 51 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.io.FileSystemUtilsTests.assertFileContent' | 51 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.io.FileSystemUtilsTests.assertFileContent. | 51 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope. | 52 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertDirectoryExists. | 53 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertFileExists. | 54 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.CoreMatchers.is. | 55 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.CoreMatchers.not. | 56 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 57 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.File' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.File' | 28 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 28 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.is. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.http.impl.client.HttpClients. | 21 | |
| imports | UnusedImports | Unused import - org.elasticsearch.http.HttpServerTransport. | 24 | |
| imports | UnusedImports | Unused import - org.elasticsearch.test.rest.client.http.HttpRequestBuilder. | 28 | |
| imports | ImportOrder | Wrong order for 'org.elasticsearch.plugins.responseheader.TestResponseHeaderPlugin' import. | 30 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.test.ElasticsearchIntegrationTest.Scope' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.test.ElasticsearchIntegrationTest.Scope' | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope. | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.File' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.File' | 33 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 33 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 39 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope. | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.containsString. | 41 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.rest.*. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.QueryBuilders.matchAllQuery' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.QueryBuilders.matchAllQuery' | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope. | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.concurrent.CountDownLatch' | 37 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.concurrent.CountDownLatch' | 37 | |
| imports | ImportOrder | Wrong order for 'java.util.concurrent.CountDownLatch' import. | 37 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.lessThan' | 41 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.lessThan' | 41 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.lessThan. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Arrays' | 39 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Arrays' | 39 | |
| imports | ImportOrder | Wrong order for 'java.util.Arrays' import. | 39 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS' | 42 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS' | 42 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. | 42 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. | 43 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 44 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. | 45 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. | 46 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. | 46 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.transport.*. | 69 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.File' | 72 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.File' | 72 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 72 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 85 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 85 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 85 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. | 86 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope. | 87 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. | 88 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. | 88 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 89 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 89 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.client.Requests.*' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.client.Requests.*' | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.client.Requests.*. | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.client.Requests.*. | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.transport.*. | 39 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 42 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 42 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 42 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 49 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 49 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 49 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 50 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount. | 51 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.greaterThanOrEqualTo. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.FileNotFoundException' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.FileNotFoundException' | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.FileNotFoundException' import. | 26 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.contains' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.contains' | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.contains. | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.containsString. | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.not. | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.notNullValue. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.*' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.*' | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.http.impl.client.HttpClients. | 21 | |
| imports | UnusedImports | Unused import - org.elasticsearch.common.transport.InetSocketTransportAddress. | 26 | |
| imports | UnusedImports | Unused import - org.elasticsearch.http.HttpServerTransport. | 27 | |
| imports | UnusedImports | Unused import - org.elasticsearch.test.rest.client.http.HttpRequestBuilder. | 30 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.net.InetSocketAddress' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'java.net.InetSocketAddress' | 34 | |
| imports | ImportOrder | Wrong order for 'java.net.InetSocketAddress' import. | 34 | |
| imports | UnusedImports | Unused import - java.net.InetSocketAddress. | 34 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.http.netty.NettyHttpServerTransport.SETTING_CORS_ALLOW_ORIGIN' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.http.netty.NettyHttpServerTransport.SETTING_CORS_ALLOW_ORIGIN' | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.http.netty.NettyHttpServerTransport.SETTING_CORS_ALLOW_ORIGIN. | 36 | |
| imports | ImportOrder | Wrong order for 'org.elasticsearch.http.netty.NettyHttpServerTransport.SETTING_CORS_ALLOW_CREDENTIALS' import. | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.http.netty.NettyHttpServerTransport.SETTING_CORS_ALLOW_CREDENTIALS. | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.http.netty.NettyHttpServerTransport.SETTING_CORS_ENABLED. | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.ClusterScope. | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope. | 40 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 41 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 41 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.is. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.HashMap' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.HashMap' | 24 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.action.*. | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.client.*. | 34 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.*' | 45 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.*' | 45 | |
| imports | ImportOrder | Wrong order for 'java.util.*' import. | 45 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 45 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.CoreMatchers.equalTo' | 50 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.CoreMatchers.equalTo' | 50 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.CoreMatchers.equalTo. | 50 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.CoreMatchers.notNullValue. | 51 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 52 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 31 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 32 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.CoreMatchers.equalTo' | 37 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.CoreMatchers.equalTo' | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.CoreMatchers.equalTo. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Map' | 27 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.*' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.*' | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.http.impl.client.HttpClients. | 22 | |
| imports | UnusedImports | Unused import - org.elasticsearch.action.admin.cluster.node.info.NodeInfo. | 23 | |
| imports | UnusedImports | Unused import - org.elasticsearch.action.admin.cluster.node.info.NodesInfoResponse. | 24 | |
| imports | UnusedImports | Unused import - org.elasticsearch.client.Client. | 26 | |
| imports | UnusedImports | Unused import - org.elasticsearch.common.transport.InetSocketTransportAddress. | 27 | |
| imports | UnusedImports | Unused import - org.elasticsearch.common.transport.TransportAddress. | 28 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.net.InetSocketAddress' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.net.InetSocketAddress' | 32 | |
| imports | ImportOrder | Wrong order for 'java.net.InetSocketAddress' import. | 32 | |
| imports | UnusedImports | Unused import - java.net.InetSocketAddress. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.http.impl.client.HttpClients. | 23 | |
| imports | UnusedImports | Unused import - org.junit.After. | 45 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.net.InetSocketAddress' | 48 | |
| imports | ImportOrder | Extra separation in import group before 'java.net.InetSocketAddress' | 48 | |
| imports | ImportOrder | Wrong order for 'java.net.InetSocketAddress' import. | 48 | |
| imports | UnusedImports | Unused import - java.net.InetSocketAddress. | 48 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked' | 53 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked' | 53 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Locale' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Locale' | 27 | |
| imports | ImportOrder | Wrong order for 'java.util.Locale' import. | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.collect.Maps.newHashMap' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.collect.Maps.newHashMap' | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Maps.newHashMap. | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 32 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.concurrent.CountDownLatch' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.concurrent.CountDownLatch' | 34 | |
| imports | ImportOrder | Wrong order for 'java.util.concurrent.CountDownLatch' import. | 34 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.test.ElasticsearchIntegrationTest.ClusterScope' | 37 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.test.ElasticsearchIntegrationTest.ClusterScope' | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.ClusterScope. | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Map' | 27 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.collect.Maps.newHashMap' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.collect.Maps.newHashMap' | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Maps.newHashMap. | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Sets.newHashSet. | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.metadata.AliasAction.newAddAliasAction. | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.metadata.AliasAction.newAddAliasAction' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.metadata.AliasAction.newAddAliasAction' | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.metadata.AliasAction.newAddAliasAction. | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.instanceOf. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.QueryBuilders.matchAllQuery' | 40 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.QueryBuilders.matchAllQuery' | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. | 40 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 41 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertNoFailures' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertNoFailures' | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertNoFailures. | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.CoreMatchers.equalTo. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 31 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 31 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.scriptFilter. | 34 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.functionscore.ScoreFunctionBuilders.scriptFunction. | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertNoFailures. | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertOrderedSearchHits. | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 35 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked' | 42 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked' | 42 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 42 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount. | 43 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.action.indexedscripts.put.PutIndexedScriptResponse' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.action.indexedscripts.put.PutIndexedScriptResponse' | 25 | |
| imports | ImportOrder | Wrong order for 'org.elasticsearch.action.indexedscripts.put.PutIndexedScriptResponse' import. | 25 | |
| imports | ImportOrder | Wrong order for 'org.elasticsearch.action.index.IndexRequestBuilder' import. | 26 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.ArrayList' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.ArrayList' | 33 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 33 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount' | 37 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount' | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount. | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Map' | 33 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 33 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.ArrayList' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.ArrayList' | 28 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 28 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount. | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Map' | 31 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 31 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 34 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.*. | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.*. | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 34 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 35 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 37 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.File' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.File' | 36 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 36 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 40 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 40 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 41 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.HashMap' | 38 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.HashMap' | 38 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 38 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 41 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 41 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 41 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.greaterThan. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 28 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.StringReader' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.StringReader' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.StringReader' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.index.*. | 23 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Arrays' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Arrays' | 32 | |
| imports | ImportOrder | Wrong order for 'java.util.Arrays' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.concurrent.ExecutionException' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.concurrent.ExecutionException' | 25 | |
| imports | ImportOrder | Wrong order for 'java.util.concurrent.ExecutionException' import. | 25 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked' | 27 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 27 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.is. | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.notNullValue. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.concurrent.ExecutionException' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.concurrent.ExecutionException' | 32 | |
| imports | ImportOrder | Wrong order for 'java.util.concurrent.ExecutionException' import. | 32 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.QueryBuilders.matchAllQuery' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.QueryBuilders.matchAllQuery' | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope.SUITE. | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount. | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertNoFailures. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 31 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 31 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.search.aggregations.AggregationBuilders.terms' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.search.aggregations.AggregationBuilders.terms' | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.terms. | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertSearchResponse. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Collection' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Collection' | 34 | |
| imports | ImportOrder | Wrong order for 'java.util.Collection' import. | 34 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 36 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.*. | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.*. | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertSearchResponse. | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.CoreMatchers.equalTo. | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.CoreMatchers.is. | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.core.IsNull.notNullValue. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.security.SecureRandom' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.security.SecureRandom' | 28 | |
| imports | ImportOrder | Wrong order for 'java.security.SecureRandom' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 42 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 42 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 42 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 44 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 44 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 44 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.*. | 45 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.*. | 45 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. | 46 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. | 46 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 47 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.core.IsNull.notNullValue. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.search.aggregations.AggregationBuilders.terms' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.search.aggregations.AggregationBuilders.terms' | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.terms. | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertSearchResponse. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.*' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.*' | 35 | |
| imports | ImportOrder | Wrong order for 'java.util.*' import. | 35 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 35 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.QueryBuilders.hasChildQuery' | 37 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.QueryBuilders.hasChildQuery' | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.hasChildQuery. | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchQuery. | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.termQuery. | 39 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.*. | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.*. | 40 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. | 41 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. | 41 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 42 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 35 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 38 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.dateHistogram. | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 41 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 41 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 41 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 49 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 49 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 49 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. | 50 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.dateHistogram. | 51 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.histogram. | 52 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.max. | 53 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.stats. | 54 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.sum. | 55 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 56 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertSearchResponse. | 57 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.containsString. | 58 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 59 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.is. | 60 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.core.IsNull.notNullValue. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.ArrayList' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.ArrayList' | 35 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 35 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 39 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. | 40 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.*. | 41 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.*. | 41 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 42 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertSearchResponse. | 43 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 44 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.is. | 45 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.core.IsNull.notNullValue. | 46 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.core.IsNull.nullValue. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.io.Streams.copyToStringFromClasspath' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.io.Streams.copyToStringFromClasspath' | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.io.Streams.copyToStringFromClasspath. | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertSearchResponse. | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.CoreMatchers.equalTo. | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.CoreMatchers.instanceOf. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 40 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 40 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 40 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 48 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 48 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 48 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.functionScoreQuery. | 49 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. | 50 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.avg. | 51 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.extendedStats. | 52 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.filter. | 53 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.histogram. | 54 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.max. | 55 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.stats. | 56 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.sum. | 57 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.terms. | 58 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 59 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertSearchResponse. | 60 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 61 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.is. | 62 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.core.IsNull.notNullValue. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.ArrayList' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.ArrayList' | 34 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 34 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 37 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.matchAllFilter. | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.termFilter. | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.avg. | 41 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.filter. | 42 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.histogram. | 43 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertSearchResponse. | 44 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 45 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.is. | 46 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.core.IsNull.notNullValue. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.ArrayList' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.ArrayList' | 35 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 35 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 40 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.matchAllFilter. | 41 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.termFilter. | 42 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. | 43 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.avg. | 44 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.filters. | 45 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.histogram. | 46 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertSearchResponse. | 47 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 48 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.is. | 49 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.core.IsNull.notNullValue. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.ArrayList' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.ArrayList' | 34 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 34 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 39 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. | 40 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.*. | 41 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.*. | 41 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertSearchResponse. | 42 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 43 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.is. | 44 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.core.IsNull.notNullValue. | 45 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.core.IsNull.nullValue. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.ArrayList' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.ArrayList' | 35 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 35 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 42 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 42 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 42 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.geohashGrid. | 43 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 44 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertSearchResponse. | 45 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 46 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.greaterThanOrEqualTo. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.ArrayList' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.ArrayList' | 30 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 30 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.global. | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.stats. | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertSearchResponse. | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.is. | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.core.IsNull.notNullValue. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.ArrayList' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.ArrayList' | 36 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 36 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 40 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.matchAllFilter. | 41 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. | 42 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.*. | 43 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.*. | 43 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 44 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertSearchResponse. | 45 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 46 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 46 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.core.IsNull.notNullValue. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.ArrayList' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.ArrayList' | 32 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 32 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. | 36 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.*. | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.*. | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertSearchResponse. | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.is. | 41 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.core.IsNull.notNullValue. | 42 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.core.IsNull.nullValue. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 39 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 39 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 39 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 47 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 47 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 47 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. | 48 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.avg. | 49 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.extendedStats. | 50 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.filter. | 51 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.histogram. | 52 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.max. | 53 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.stats. | 54 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.sum. | 55 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.terms. | 56 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 57 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertSearchResponse. | 58 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 59 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.is. | 60 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.core.IsNull.notNullValue. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.elasticsearch.test.junit.annotations.TestLogging. | 37 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.*' | 41 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.*' | 41 | |
| imports | ImportOrder | Wrong order for 'java.util.*' import. | 41 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 41 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 45 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 45 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 45 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.*. | 46 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.*. | 46 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAllSuccessful. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.ArrayList' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.ArrayList' | 30 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 30 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. | 34 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.*. | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.*. | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertSearchResponse. | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.is. | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.core.IsNull.notNullValue. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 35 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.*. | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.*. | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertSearchResponse. | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.core.IsNull.notNullValue. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.ArrayList' | 41 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.ArrayList' | 41 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 41 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS' | 44 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS' | 44 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. | 44 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. | 45 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 46 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.termFilter. | 47 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. | 48 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.*. | 49 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.*. | 49 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. | 50 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. | 50 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 51 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 51 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.core.IsNull.notNullValue. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 28 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertSearchResponse. | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.CoreMatchers.equalTo. | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.CoreMatchers.instanceOf. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.ArrayList' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.ArrayList' | 33 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 33 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. | 37 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.*. | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.*. | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertSearchResponse. | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.is. | 41 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.core.IsNull.notNullValue. | 42 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.core.IsNull.nullValue. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.ArrayList' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.ArrayList' | 35 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 35 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS' | 39 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS' | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 41 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.termFilter. | 42 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. | 43 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.*. | 44 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.*. | 44 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. | 45 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. | 45 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount. | 46 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertNoFailures. | 47 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 48 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 48 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.core.IsNull.notNullValue. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 41 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 41 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 41 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.*. | 42 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.*. | 42 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 43 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertSearchResponse. | 44 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Collection' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Collection' | 27 | |
| imports | ImportOrder | Wrong order for 'java.util.Collection' import. | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.QueryBuilders.matchAllQuery' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.QueryBuilders.matchAllQuery' | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.terms. | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.ArrayList' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.ArrayList' | 30 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 30 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope.SUITE. | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertSearchResponse. | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.is. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 32 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 32 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked' | 38 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked' | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertSearchResponse. | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.search.aggregations.bucket.significant.heuristics.*. | 45 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 52 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 52 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 52 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 53 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS' | 56 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS' | 56 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. | 56 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. | 57 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 58 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 59 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertSearchResponse. | 60 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.closeTo. | 61 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 62 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.greaterThan. | 63 | |
| imports | ImportOrder | Wrong order for 'org.hamcrest.Matchers.*' import. | 64 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 64 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.HashMap' | 42 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.HashMap' | 42 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 42 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS' | 46 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS' | 46 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. | 46 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. | 47 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 48 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertSearchResponse. | 49 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 50 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 43 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 43 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 43 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 54 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 54 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 54 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.termFilter. | 55 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. | 56 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.avg. | 57 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.count. | 58 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.extendedStats. | 59 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.filter. | 60 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.histogram. | 61 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.stats. | 62 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.sum. | 63 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.terms. | 64 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertSearchResponse. | 65 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 66 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.is. | 67 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.core.IsNull.notNullValue. | 68 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.core.IsNull.nullValue. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.ArrayList' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.ArrayList' | 34 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 34 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 38 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.sum. | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.terms. | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 41 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertSearchResponse. | 42 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 43 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 43 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.core.IsNull.notNullValue. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.ArrayList' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.ArrayList' | 34 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 34 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS' | 37 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS' | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertSearchResponse. | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.ArrayList' | 45 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.ArrayList' | 45 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 45 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 49 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 49 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 49 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.smileBuilder. | 50 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.yamlBuilder. | 51 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchQuery. | 52 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.nestedQuery. | 53 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.*. | 54 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.*. | 54 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. | 55 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. | 55 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 56 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 56 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.core.IsNull.notNullValue. | 57 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.core.IsNull.nullValue. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.index.*. | 24 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.ArrayList' | 44 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.ArrayList' | 44 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 44 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 48 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 48 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Map' | 26 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Map' | 26 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.search.aggregations.bucket.significant.heuristics.*. | 33 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.ByteArrayInputStream' | 40 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.ByteArrayInputStream' | 40 | |
| imports | ImportOrder | Wrong order for 'java.io.ByteArrayInputStream' import. | 40 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 48 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 48 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 48 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.greaterThan. | 49 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.greaterThanOrEqualTo. | 50 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.lessThan. | 51 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.lessThanOrEqualTo. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.ArrayList' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.ArrayList' | 24 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 24 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 27 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.QueryBuilders.matchAllQuery' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.QueryBuilders.matchAllQuery' | 26 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. | 26 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.avg. | 27 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.histogram. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.cardinality. | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.terms. | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertSearchResponse. | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.greaterThan. | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.core.IsNull.notNullValue. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.QueryBuilders.matchAllQuery' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.QueryBuilders.matchAllQuery' | 27 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. | 27 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.extendedStats. | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.histogram. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.elasticsearch.test.junit.annotations.TestLogging. | 39 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.ArrayList' | 42 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.ArrayList' | 42 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 42 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 45 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 45 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 45 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. | 46 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.geoBounds. | 47 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.terms. | 48 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 49 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertSearchResponse. | 50 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 51 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.core.IsNull.notNullValue. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.QueryBuilders.matchAllQuery' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.QueryBuilders.matchAllQuery' | 26 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. | 26 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.histogram. | 27 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.max. | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.notNullValue. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.QueryBuilders.matchAllQuery' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.QueryBuilders.matchAllQuery' | 26 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. | 26 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.histogram. | 27 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.min. | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.notNullValue. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Arrays' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Arrays' | 31 | |
| imports | ImportOrder | Wrong order for 'java.util.Arrays' import. | 31 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.QueryBuilders.matchAllQuery' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.QueryBuilders.matchAllQuery' | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.histogram. | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.percentileRanks. | 36 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.action.search.SearchResponse' | 23 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.action.search.SearchResponse' | 23 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Arrays' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Arrays' | 32 | |
| imports | ImportOrder | Wrong order for 'java.util.Arrays' import. | 32 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.QueryBuilders.matchAllQuery' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.QueryBuilders.matchAllQuery' | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.histogram. | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.percentiles. | 37 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.action.index.IndexRequestBuilder' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.action.index.IndexRequestBuilder' | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 43 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 43 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 43 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. | 44 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.histogram. | 45 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.scriptedMetric. | 46 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertSearchResponse. | 47 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.allOf. | 48 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 49 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.greaterThan. | 50 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.greaterThanOrEqualTo. | 51 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.instanceOf. | 52 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.lessThanOrEqualTo. | 53 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.notNullValue. | 54 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.QueryBuilders.matchAllQuery' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.QueryBuilders.matchAllQuery' | 27 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. | 27 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.histogram. | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.stats. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.QueryBuilders.matchAllQuery' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.QueryBuilders.matchAllQuery' | 26 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. | 26 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.histogram. | 27 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.sum. | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.notNullValue. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 26 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 26 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. | 27 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.count. | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.notNullValue. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.search.aggregations.metrics.cardinality.HyperLogLogPlusPlus.MAX_PRECISION' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.search.aggregations.metrics.cardinality.HyperLogLogPlusPlus.MAX_PRECISION' | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.aggregations.metrics.cardinality.HyperLogLogPlusPlus.MAX_PRECISION. | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.aggregations.metrics.cardinality.HyperLogLogPlusPlus.MIN_PRECISION. | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.closeTo. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.ArrayList' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.ArrayList' | 26 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 26 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Arrays' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Arrays' | 33 | |
| imports | ImportOrder | Wrong order for 'java.util.Arrays' import. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount' | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount. | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.greaterThanOrEqualTo. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.ArrayList' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.ArrayList' | 34 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 34 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 39 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount. | 41 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertNoTimeout. | 42 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 43 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.is. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 48 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 48 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 48 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 52 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 52 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 52 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. | 53 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 37 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 37 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 37 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.client.Requests.*' | 39 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.client.Requests.*' | 39 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.client.Requests.*. | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.client.Requests.*. | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 41 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 42 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 43 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 44 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 44 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 44 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.action.search.SearchType.*' | 47 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.action.search.SearchType.*' | 47 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.action.search.SearchType.*. | 47 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.action.search.SearchType.*. | 47 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.client.Requests.*. | 48 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.client.Requests.*. | 48 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. | 49 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 50 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.unit.TimeValue.timeValueMinutes. | 51 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 52 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. | 53 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.termQuery. | 54 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.builder.SearchSourceBuilder.searchSource. | 55 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertNoFailures. | 56 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 57 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 25 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.*' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.*' | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.elasticsearch.index.IndexService' import. | 34 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 41 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 41 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 41 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 43 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 43 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 43 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 44 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 45 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.greaterThan. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.lucene.util.LuceneTestCase. | 21 | |
| imports | UnusedImports | Unused import - org.elasticsearch.action.admin.cluster.stats.ClusterStatsResponse. | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.query.*. | 44 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 55 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 55 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 55 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 56 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.collect.Maps.newHashMap' | 60 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.collect.Maps.newHashMap' | 60 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Maps.newHashMap. | 60 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. | 61 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.io.Streams.copyToStringFromClasspath. | 62 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.builder. | 63 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 64 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 65 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.query.FilterBuilders.*. | 66 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.*. | 66 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. | 67 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. | 67 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.constantScoreQuery. | 68 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.functionscore.ScoreFunctionBuilders.factorFunction. | 69 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.functionscore.ScoreFunctionBuilders.scriptFunction. | 70 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.facet.FacetBuilders.termsFacet. | 71 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. | 72 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. | 72 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 73 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 33 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.concurrent.*. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.*' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.*' | 34 | |
| imports | ImportOrder | Wrong order for 'java.util.*' import. | 34 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 34 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 37 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 50 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 50 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 50 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 56 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 56 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 56 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.termFilter. | 57 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. | 58 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. | 58 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.search.facet.FacetBuilders.*. | 59 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.facet.FacetBuilders.*. | 59 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. | 60 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. | 60 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 61 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 27 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.QueryBuilders.matchAllQuery' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.QueryBuilders.matchAllQuery' | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.facet.FacetBuilders.termsFacet. | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 26 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.facet.FacetBuilders.termsFacet. | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.is. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 27 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.QueryBuilders.matchAllQuery' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.QueryBuilders.matchAllQuery' | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.facet.FacetBuilders.termsStatsFacet. | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.search.*. | 31 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.ArrayList' | 42 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.ArrayList' | 42 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 42 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 45 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 45 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.*' | 44 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.*' | 44 | |
| imports | ImportOrder | Wrong order for 'java.util.*' import. | 44 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 44 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.client.Requests.refreshRequest' | 47 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.client.Requests.refreshRequest' | 47 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.client.Requests.refreshRequest. | 47 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 48 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. | 49 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. | 50 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. | 50 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 51 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.elasticsearch.ElasticsearchParseException. | 24 | |
| imports | UnusedImports | Unused import - org.elasticsearch.action.search.ShardSearchFailure. | 30 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 45 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 45 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 45 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.client.Requests.indexRequest' | 50 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.client.Requests.indexRequest' | 50 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.client.Requests.indexRequest. | 50 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.client.Requests.searchRequest. | 51 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 52 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. | 53 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. | 53 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.query.functionscore.ScoreFunctionBuilders.*. | 54 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.functionscore.ScoreFunctionBuilders.*. | 54 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.builder.SearchSourceBuilder.searchSource. | 55 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. | 56 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. | 56 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 57 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.elasticsearch.common.lucene.search.function.CombineFunction. | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 40 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 40 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 40 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.client.Requests.searchRequest' | 46 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.client.Requests.searchRequest' | 46 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.client.Requests.searchRequest. | 46 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 47 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 48 | |
| imports | UnusedImports | Unused import - org.elasticsearch.index.query.FilterBuilders.termFilter. | 49 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.termFilter. | 49 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.functionScoreQuery. | 50 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.termQuery. | 51 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.functionscore.ScoreFunctionBuilders.scriptFunction. | 52 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.builder.SearchSourceBuilder.searchSource. | 53 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.ClusterScope. | 54 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope. | 55 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.containsString. | 56 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 30 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.client.Requests.searchRequest' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.client.Requests.searchRequest' | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.client.Requests.searchRequest. | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.termFilter. | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.functionScoreQuery. | 38 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.query.functionscore.ScoreFunctionBuilders.*. | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.functionscore.ScoreFunctionBuilders.*. | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.builder.SearchSourceBuilder.searchSource. | 40 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. | 41 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 28 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 28 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.functionscore.ScoreFunctionBuilders.fieldValueFactorFunction. | 32 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.client.Requests.indexRequest' | 39 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.client.Requests.indexRequest' | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.client.Requests.indexRequest. | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.client.Requests.searchRequest. | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 41 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 42 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.functionScoreQuery. | 43 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.termQuery. | 44 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.builder.SearchSourceBuilder.searchSource. | 45 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.ClusterScope. | 46 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope. | 47 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 37 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 37 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 37 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.client.Requests.searchRequest' | 42 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.client.Requests.searchRequest' | 42 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.client.Requests.searchRequest. | 42 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 43 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.termFilter. | 44 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.functionScoreQuery. | 45 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.termQuery. | 46 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.query.functionscore.ScoreFunctionBuilders.*. | 47 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.functionscore.ScoreFunctionBuilders.*. | 47 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.aggregations.AggregationBuilders.terms. | 48 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.builder.SearchSourceBuilder.searchSource. | 49 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 50 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertSearchResponse. | 51 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 52 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 52 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.is. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Arrays' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Arrays' | 29 | |
| imports | ImportOrder | Wrong order for 'java.util.Arrays' import. | 29 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 33 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. | 34 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.query.functionscore.ScoreFunctionBuilders.*. | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.functionscore.ScoreFunctionBuilders.*. | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertNoFailures. | 37 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.geoBoundingBoxFilter. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.anyOf. | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.facet.FacetBuilders.geoDistanceFacet. | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertNoFailures. | 33 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 40 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 40 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 40 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 45 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 45 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 45 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.query.FilterBuilders.*. | 46 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.*. | 46 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.filteredQuery. | 47 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. | 48 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. | 49 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. | 49 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 50 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.ByteArrayOutputStream' | 55 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.ByteArrayOutputStream' | 55 | |
| imports | ImportOrder | Wrong order for 'java.io.ByteArrayOutputStream' import. | 55 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 59 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 62 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 62 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 62 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.query.FilterBuilders.*. | 63 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.*. | 63 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. | 64 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. | 64 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. | 65 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. | 65 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 66 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.geoPolygonFilter. | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.filteredQuery. | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount. | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.anyOf. | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.apache.lucene.util.LuceneTestCase. | 22 | |
| imports | ImportOrder | Wrong order for 'org.elasticsearch.common.geo.ShapeRelation' import. | 34 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 47 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 47 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 47 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 52 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 52 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 52 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.geoIntersectionFilter. | 53 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. | 54 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. | 54 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. | 55 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. | 55 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 56 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 25 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 31 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHighlight. | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.query.*. | 32 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 44 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 44 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 44 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.client.Requests.searchRequest' | 48 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.client.Requests.searchRequest' | 48 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.client.Requests.searchRequest. | 48 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 49 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 50 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.missingFilter. | 51 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.typeFilter. | 52 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. | 53 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. | 53 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.builder.SearchSourceBuilder.highlight. | 54 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.builder.SearchSourceBuilder.searchSource. | 55 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. | 56 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. | 56 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.RegexMatcher.matches. | 57 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 58 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.client.Requests.indexRequest' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.client.Requests.indexRequest' | 27 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.client.Requests.indexRequest. | 27 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.client.Requests.searchRequest. | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.termQuery. | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.builder.SearchSourceBuilder.searchSource. | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount. | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.ArrayList' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.ArrayList' | 35 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 35 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 39 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.hasChildFilter. | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.nestedFilter. | 41 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.queryFilter. | 42 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. | 43 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. | 43 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. | 44 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. | 44 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 45 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.FilterBuilders.*' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.FilterBuilders.*' | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.query.FilterBuilders.*. | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount. | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.hasItemInArray. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*' | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. | 27 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. | 27 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 31 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS' | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 36 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.*' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.*' | 35 | |
| imports | ImportOrder | Wrong order for 'java.util.*' import. | 35 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 35 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*' | 37 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*' | 37 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 39 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 39 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 39 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS' | 46 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS' | 46 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. | 46 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. | 47 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 48 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. | 49 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. | 49 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. | 50 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. | 50 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 51 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.query.*. | 36 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 49 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 49 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 49 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS' | 55 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS' | 55 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. | 55 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. | 56 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 57 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 58 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.query.FilterBuilders.*. | 59 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.*. | 59 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. | 60 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. | 60 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.functionscore.ScoreFunctionBuilders.scriptFunction. | 61 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. | 62 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. | 62 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 63 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 31 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.boolQuery. | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.queryStringQuery. | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.simpleQueryStringQuery. | 38 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertSearchHits. | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.elasticsearch.common.settings.ImmutableSettings' import. | 32 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Arrays' | 44 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Arrays' | 44 | |
| imports | ImportOrder | Wrong order for 'java.util.Arrays' import. | 44 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS' | 47 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS' | 47 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. | 47 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 48 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. | 49 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. | 49 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 50 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Set' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Set' | 30 | |
| imports | ImportOrder | Wrong order for 'java.util.Set' import. | 30 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.QueryBuilders.matchAllQuery' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.QueryBuilders.matchAllQuery' | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount. | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.greaterThan. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Set' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Set' | 32 | |
| imports | ImportOrder | Wrong order for 'java.util.Set' import. | 32 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.termQuery. | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.concurrent.atomic.AtomicInteger' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.concurrent.atomic.AtomicInteger' | 31 | |
| imports | ImportOrder | Wrong order for 'java.util.concurrent.atomic.AtomicInteger' import. | 31 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.scriptFilter. | 34 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Arrays' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Arrays' | 35 | |
| imports | ImportOrder | Wrong order for 'java.util.Arrays' import. | 35 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 37 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertNoFailures. | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 41 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Map' | 41 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 41 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 43 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 43 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 43 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. | 44 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.queryStringQuery. | 45 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.termQuery. | 46 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. | 47 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. | 47 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 48 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.greaterThan. | 49 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.instanceOf. | 50 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.is. | 51 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.notNullValue. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.ArrayList' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.ArrayList' | 30 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 30 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAllSuccessful. | 36 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.ArrayList' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.ArrayList' | 33 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 33 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS' | 37 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS' | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.boolQuery. | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.rangeQuery. | 41 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. | 42 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. | 42 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.containsString. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 54 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 54 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 54 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 55 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 59 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 59 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 59 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. | 60 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.*. | 60 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.functionscore.ScoreFunctionBuilders.scriptFunction. | 61 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.sort.SortBuilders.fieldSort. | 62 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. | 63 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. | 63 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 64 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 64 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.notNullValue' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.notNullValue' | 26 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.notNullValue. | 26 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. | 27 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.core.IsEqual.equalTo. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.HashSet' | 38 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.HashSet' | 38 | |
| imports | ImportOrder | Wrong order for 'java.util.HashSet' import. | 38 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS' | 41 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS' | 41 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. | 41 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. | 42 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. | 43 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. | 44 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. | 44 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 45 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.HashMap' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.HashMap' | 27 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.elasticsearch.test.hamcrest.ElasticsearchAssertions. | 51 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 54 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 54 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 54 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS' | 61 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS' | 61 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. | 61 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. | 62 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 63 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 64 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. | 65 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 66 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAllSuccessful. | 67 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 68 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.analysis.tokenattributes.*. | 28 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 38 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 38 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 38 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 42 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 42 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.elasticsearch.cluster.metadata.IndexMetaData. | 27 | |
| imports | UnusedImports | Unused import - org.elasticsearch.common.settings.ImmutableSettings. | 30 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 46 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 46 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 46 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 47 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 49 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 49 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 49 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. | 50 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. | 50 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchGeoAssertions.assertDistance. | 51 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.containsString. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 31 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 31 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 34 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.*. | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.*. | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.hasSize. | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.is. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.action.search.*. | 31 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 44 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 44 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 44 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 45 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS' | 48 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS' | 48 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. | 48 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. | 49 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 50 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchQuery. | 51 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.suggest.SuggestBuilders.phraseSuggestion. | 52 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.suggest.SuggestBuilders.termSuggestion. | 53 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.search.suggest.phrase.PhraseSuggestionBuilder.candidateGenerator. | 54 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. | 55 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. | 55 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 56 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.codecs.*. | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.util.fst.*. | 35 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 44 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 44 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 44 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.codecs.*. | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.index.*. | 26 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.store.*. | 34 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 51 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 51 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 51 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 58 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 58 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 58 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.is. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.ArrayList' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.ArrayList' | 30 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 30 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.*' | 49 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.*' | 49 | |
| imports | ImportOrder | Wrong order for 'java.io.*' import. | 49 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 49 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 53 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 53 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 53 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.greaterThan. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.FilterBuilders.scriptFilter' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.FilterBuilders.scriptFilter' | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.scriptFilter. | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.filteredQuery. | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 27 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 27 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchQuery. | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.not. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.File' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.File' | 33 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 33 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.File' | 63 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.File' | 63 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 63 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 72 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 72 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. | 72 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 73 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.ClusterScope. | 74 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope. | 75 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 76 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertThrows. | 77 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 78 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 78 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.File' | 39 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.File' | 39 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 39 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked' | 41 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked' | 41 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 41 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertThrows. | 42 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.containsString. | 43 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 44 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.notNullValue. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.action.admin.cluster.snapshots.status.*. | 33 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.cluster.metadata.*. | 44 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.cluster.metadata.SnapshotMetaData.*. | 45 | |
| imports | UnusedImports | Unused import - org.elasticsearch.test.junit.annotations.TestLogging. | 57 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.File' | 60 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.File' | 60 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 60 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 69 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 69 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. | 69 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.*. | 70 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.*. | 70 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchQuery. | 71 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. | 72 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. | 72 | |
| imports | ImportOrder | Wrong order for 'org.elasticsearch.index.shard.IndexShard.*' import. | 73 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.shard.IndexShard.*. | 73 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.shard.IndexShard.*. | 73 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 74 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 74 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.elasticsearch.action.admin.cluster.repositories.verify.VerifyRepositoryResponse. | 23 | |
| imports | UnusedImports | Unused import - org.junit.Ignore. | 36 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.File' | 39 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.File' | 39 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 39 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked' | 45 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked' | 45 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 45 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount. | 46 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertNoFailures. | 47 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 48 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.greaterThan. | 49 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.lessThan. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.MatcherAssert.assertThat' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.MatcherAssert.assertThat' | 26 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.MatcherAssert.assertThat. | 26 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.containsInAnyOrder. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.elasticsearch.common.blobstore.BlobContainer' import. | 24 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.elasticsearch.common.blobstore.BlobContainer' import. | 31 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.*' | 39 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.*' | 39 | |
| imports | ImportOrder | Wrong order for 'java.io.*' import. | 39 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 39 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.carrotsearch.randomizedtesting.RandomizedTest.randomAsciiOfLength' | 46 | |
| imports | ImportOrder | Extra separation in import group before 'com.carrotsearch.randomizedtesting.RandomizedTest.randomAsciiOfLength' | 46 | |
| imports | UnusedImports | Unused import - com.carrotsearch.randomizedtesting.RandomizedTest.randomAsciiOfLength. | 46 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.carrotsearch.randomizedtesting.RandomizedTest.randomAsciiOfLength. | 46 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.concurrent.CountDownLatch' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.concurrent.CountDownLatch' | 28 | |
| imports | ImportOrder | Wrong order for 'java.util.concurrent.CountDownLatch' import. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.File' | 41 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.File' | 41 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 41 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.QueryBuilders.matchAllQuery' | 46 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.QueryBuilders.matchAllQuery' | 46 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.concurrent.atomic.AtomicBoolean' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.concurrent.atomic.AtomicBoolean' | 28 | |
| imports | ImportOrder | Wrong order for 'java.util.concurrent.atomic.AtomicBoolean' import. | 28 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.FilterBuilders.rangeFilter' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.FilterBuilders.rangeFilter' | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.FilterBuilders.rangeFilter. | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.filteredQuery. | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.concurrent.ThreadLocalRandom' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.concurrent.ThreadLocalRandom' | 29 | |
| imports | ImportOrder | Wrong order for 'java.util.concurrent.ThreadLocalRandom' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Set' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Set' | 30 | |
| imports | ImportOrder | Wrong order for 'java.util.Set' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.concurrent.ThreadLocalRandom' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.concurrent.ThreadLocalRandom' | 32 | |
| imports | ImportOrder | Wrong order for 'java.util.concurrent.ThreadLocalRandom' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.concurrent.CountDownLatch' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.concurrent.CountDownLatch' | 29 | |
| imports | ImportOrder | Wrong order for 'java.util.concurrent.CountDownLatch' import. | 29 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.node.NodeBuilder.nodeBuilder. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Date' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Date' | 31 | |
| imports | ImportOrder | Wrong order for 'java.util.Date' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Date' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Date' | 31 | |
| imports | ImportOrder | Wrong order for 'java.util.Date' import. | 31 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.QueryBuilders.matchAllQuery' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.QueryBuilders.matchAllQuery' | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 32 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Date' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Date' | 32 | |
| imports | ImportOrder | Wrong order for 'java.util.Date' import. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.File' | 45 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.File' | 45 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 45 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 51 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 51 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 51 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.concurrent.CountDownLatch' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.concurrent.CountDownLatch' | 35 | |
| imports | ImportOrder | Wrong order for 'java.util.concurrent.CountDownLatch' import. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 37 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 37 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 37 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Arrays' | 39 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Arrays' | 39 | |
| imports | ImportOrder | Wrong order for 'java.util.Arrays' import. | 39 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.QueryBuilders.termQuery' | 43 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.QueryBuilders.termQuery' | 43 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.termQuery. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.concurrent.atomic.AtomicBoolean' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.concurrent.atomic.AtomicBoolean' | 24 | |
| imports | ImportOrder | Wrong order for 'java.util.concurrent.atomic.AtomicBoolean' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 34 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 34 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.emptyIterable' | 43 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.emptyIterable' | 43 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.emptyIterable. | 43 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 37 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 37 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 37 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 39 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertNoTimeout' | 41 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertNoTimeout' | 41 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertNoTimeout. | 41 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 42 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertThat. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.lang.reflect.Constructor' | 40 | |
| imports | ImportOrder | Extra separation in import group before 'java.lang.reflect.Constructor' | 40 | |
| imports | ImportOrder | Wrong order for 'java.lang.reflect.Constructor' import. | 40 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 41 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 43 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 43 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. | 43 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.routing.ShardRoutingState.INITIALIZING. | 44 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.CoreMatchers.equalTo. | 45 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.CoreMatchers.is. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.File' | 40 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.File' | 40 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 40 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.is' | 44 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.is' | 44 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.is. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.apache.http.impl.client.HttpClients' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'org.apache.http.impl.client.HttpClients' | 29 | |
| imports | ImportOrder | Wrong order for 'org.elasticsearch.http.HttpServerTransport' import. | 95 | |
| imports | UnusedImports | Unused import - org.elasticsearch.http.HttpServerTransport. | 95 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.mapper.internal.*. | 100 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.merge.policy.*. | 101 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.*. | 125 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.File' | 127 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.File' | 127 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 127 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 139 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.concurrent.*. | 140 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS' | 144 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS' | 144 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_REPLICAS. | 144 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.cluster.metadata.IndexMetaData.SETTING_NUMBER_OF_SHARDS. | 145 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 146 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. | 147 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.InternalTestCluster.clusterName. | 148 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. | 149 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. | 149 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 150 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 150 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.*. | 47 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked' | 49 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked' | 49 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 49 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 50 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - com.carrotsearch.randomizedtesting.annotations.*. | 22 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.junit.*. | 44 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.Closeable' | 46 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.Closeable' | 46 | |
| imports | ImportOrder | Wrong order for 'java.io.Closeable' import. | 46 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 56 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAllFilesClosed' | 62 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAllFilesClosed' | 62 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAllFilesClosed. | 62 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAllSearchersClosed. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - com.carrotsearch.randomizedtesting.annotations.ThreadLeakFilters. | 23 | |
| imports | UnusedImports | Unused import - com.carrotsearch.randomizedtesting.annotations.ThreadLeakScope. | 24 | |
| imports | UnusedImports | Unused import - com.carrotsearch.randomizedtesting.annotations.ThreadLeakScope.Scope. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.Closeable' | 37 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.Closeable' | 37 | |
| imports | ImportOrder | Wrong order for 'java.io.Closeable' import. | 37 | |
| imports | CustomImportOrder | Extra separation in import group before 'junit.framework.Assert.assertFalse' | 46 | |
| imports | ImportOrder | Extra separation in import group before 'junit.framework.Assert.assertFalse' | 46 | |
| imports | UnusedImports | Unused import - junit.framework.Assert.assertFalse. | 46 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - junit.framework.Assert.assertFalse. | 46 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 38 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 38 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 38 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 43 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 43 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 43 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertThat. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - com.google.common.collect.*. | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.Closeable' | 100 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.Closeable' | 100 | |
| imports | ImportOrder | Wrong order for 'java.io.Closeable' import. | 100 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 105 | |
| imports | CustomImportOrder | Extra separation in import group before 'junit.framework.Assert.fail' | 111 | |
| imports | ImportOrder | Extra separation in import group before 'junit.framework.Assert.fail' | 111 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - junit.framework.Assert.fail. | 111 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.util.LuceneTestCase.*. | 112 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.apache.lucene.util.LuceneTestCase.*. | 112 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 113 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.node.NodeBuilder.nodeBuilder. | 114 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchTestCase.assertBusy. | 115 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertNoTimeout. | 116 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 117 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertFalse. | 118 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertThat. | 119 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.Closeable' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.Closeable' | 33 | |
| imports | ImportOrder | Wrong order for 'java.io.Closeable' import. | 33 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*' | 38 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*' | 38 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.*. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.elasticsearch.index.IndexService' import. | 42 | |
| imports | UnusedImports | Unused import - org.elasticsearch.index.query.support.NestedScope. | 43 | |
| imports | ImportOrder | Wrong order for 'org.elasticsearch.search.fetch.innerhits.InnerHitsContext' import. | 55 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 69 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 69 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.common.util.*. | 31 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.*' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.*' | 35 | |
| imports | ImportOrder | Wrong order for 'java.util.*' import. | 35 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.lang.reflect.Array' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'java.lang.reflect.Array' | 34 | |
| imports | ImportOrder | Wrong order for 'java.lang.reflect.Array' import. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Arrays' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Arrays' | 30 | |
| imports | ImportOrder | Wrong order for 'java.util.Arrays' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.cluster.*. | 24 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 36 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Random' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Random' | 27 | |
| imports | ImportOrder | Wrong order for 'java.util.Random' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.HashSet' | 23 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.HashSet' | 23 | |
| imports | ImportOrder | Wrong order for 'java.util.HashSet' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.HashSet' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.HashSet' | 24 | |
| imports | ImportOrder | Wrong order for 'java.util.HashSet' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Random' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Random' | 25 | |
| imports | ImportOrder | Wrong order for 'java.util.Random' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Random' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Random' | 25 | |
| imports | ImportOrder | Wrong order for 'java.util.Random' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.HashSet' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.HashSet' | 30 | |
| imports | ImportOrder | Wrong order for 'java.util.HashSet' import. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Random' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Random' | 25 | |
| imports | ImportOrder | Wrong order for 'java.util.Random' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Random' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Random' | 25 | |
| imports | ImportOrder | Wrong order for 'java.util.Random' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Random' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Random' | 27 | |
| imports | ImportOrder | Wrong order for 'java.util.Random' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Map' | 29 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 37 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 37 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 35 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.lucene.index.*. | 22 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Random' | 44 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Random' | 44 | |
| imports | ImportOrder | Wrong order for 'java.util.Random' import. | 44 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.spatial4j.core.shape.SpatialRelation.CONTAINS' | 46 | |
| imports | ImportOrder | Extra separation in import group before 'com.spatial4j.core.shape.SpatialRelation.CONTAINS' | 46 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.spatial4j.core.shape.SpatialRelation.CONTAINS. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.File' | 75 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.File' | 75 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 75 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 80 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.base.Predicates.isNull' | 83 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.base.Predicates.isNull' | 83 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.base.Predicates.isNull. | 83 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.test.ElasticsearchTestCase.*. | 84 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchTestCase.*. | 84 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.CoreMatchers.is. | 85 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.MatcherAssert.assertThat. | 86 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 87 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - com.vividsolutions.jts.geom.*. | 28 | |
| imports | UnusedImports | Unused import - org.elasticsearch.ElasticsearchParseException. | 29 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Arrays' | 38 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Arrays' | 38 | |
| imports | ImportOrder | Wrong order for 'java.util.Arrays' import. | 38 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.instanceOf' | 42 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.instanceOf' | 42 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.instanceOf. | 42 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertThat. | 43 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertTrue. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.regex.Pattern' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.regex.Pattern' | 25 | |
| imports | ImportOrder | Wrong order for 'java.util.regex.Pattern' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.lang.annotation.*' | 23 | |
| imports | ImportOrder | Extra separation in import group before 'java.lang.annotation.*' | 23 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.annotation.*. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.lang.annotation.ElementType.METHOD' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.lang.annotation.ElementType.METHOD' | 25 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - java.lang.annotation.ElementType.METHOD. | 25 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - java.lang.annotation.ElementType.PACKAGE. | 26 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - java.lang.annotation.ElementType.TYPE. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.HashMap' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.HashMap' | 29 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Locale' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Locale' | 35 | |
| imports | ImportOrder | Wrong order for 'java.util.Locale' import. | 35 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.carrotsearch.randomizedtesting.SysGlobals.*' | 38 | |
| imports | ImportOrder | Extra separation in import group before 'com.carrotsearch.randomizedtesting.SysGlobals.*' | 38 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - com.carrotsearch.randomizedtesting.SysGlobals.*. | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.carrotsearch.randomizedtesting.SysGlobals.*. | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.TESTS_CLUSTER. | 39 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.test.rest.ElasticsearchRestTests.*. | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.rest.ElasticsearchRestTests.*. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.test.rest.section.*. | 38 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.File' | 47 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.File' | 47 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 47 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.Closeable' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.Closeable' | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.Closeable' import. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 27 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.Closeable' | 38 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.Closeable' | 38 | |
| imports | ImportOrder | Wrong order for 'java.io.Closeable' import. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.net.URI' | 23 | |
| imports | ImportOrder | Extra separation in import group before 'java.net.URI' | 23 | |
| imports | ImportOrder | Wrong order for 'java.net.URI' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.net.URI' | 23 | |
| imports | ImportOrder | Extra separation in import group before 'java.net.URI' | 23 | |
| imports | ImportOrder | Wrong order for 'java.net.URI' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.apache.http.client.methods.*. | 23 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 23 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 23 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 23 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 23 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.test.rest.section.*. | 24 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.File' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.File' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 23 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 23 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 30 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.collect.Tuple.tuple' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.collect.Tuple.tuple' | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.collect.Tuple.tuple. | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.RegexMatcher.matches. | 34 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertThat. | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 23 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 23 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.greaterThan' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.greaterThan' | 24 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.greaterThan. | 24 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.instanceOf. | 25 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertThat. | 26 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.greaterThanOrEqualTo' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.greaterThanOrEqualTo' | 25 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.greaterThanOrEqualTo. | 25 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.instanceOf. | 26 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertThat. | 27 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.*' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.*' | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 24 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 24 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertThat. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.*' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.*' | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 24 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 24 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertThat. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 24 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 24 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 27 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 27 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.instanceOf. | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertThat. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.instanceOf' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.instanceOf' | 24 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.instanceOf. | 24 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.lessThan. | 25 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertThat. | 26 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.instanceOf' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.instanceOf' | 25 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.instanceOf. | 25 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.lessThanOrEqualTo. | 26 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertThat. | 27 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.fail. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.regex.Pattern' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.regex.Pattern' | 24 | |
| imports | ImportOrder | Wrong order for 'java.util.regex.Pattern' import. | 24 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.test.hamcrest.RegexMatcher.matches' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.test.hamcrest.RegexMatcher.matches' | 26 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.RegexMatcher.matches. | 26 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 27 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 27 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.junit.Assert.assertThat. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 24 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 23 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 26 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 23 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 26 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 23 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 23 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.File' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.File' | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.File' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.File' | 25 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.nullValue' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.nullValue' | 27 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.test.rest.parser.*. | 22 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.test.rest.section.*. | 23 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 26 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 26 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.*' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.*' | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 31 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 31 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.CoreMatchers.equalTo' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.CoreMatchers.equalTo' | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.CoreMatchers.equalTo. | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.notNullValue. | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.File' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.File' | 25 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 25 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.CoreMatchers.equalTo' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.CoreMatchers.equalTo' | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.CoreMatchers.equalTo. | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.CoreMatchers.notNullValue. | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.greaterThan. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.List' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.List' | 26 | |
| imports | ImportOrder | Wrong order for 'java.util.List' import. | 26 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.*' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.*' | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 27 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.containsString' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.containsString' | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.containsString. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.contains' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.contains' | 26 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.contains. | 26 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 27 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.notNullValue. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Map' | 34 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 34 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.*' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.*' | 36 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.notNullValue. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 27 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 27 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.notNullValue. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.*' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.*' | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.test.rest.section.*. | 24 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Map' | 27 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.*' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.*' | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 29 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.test.rest.support.VersionUtils.parseVersionNumber' | 24 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.test.rest.support.VersionUtils.parseVersionNumber' | 24 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.rest.support.VersionUtils.parseVersionNumber. | 24 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.rest.support.VersionUtils.skipCurrentVersion. | 25 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 26 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.index.store.fs.*. | 34 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 37 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 37 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.elasticsearch.index.shard.IndexShard' import. | 40 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.File' | 49 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.File' | 49 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 29 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 30 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.test.InternalTestCluster.clusterName' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.test.InternalTestCluster.clusterName' | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.InternalTestCluster.clusterName. | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.hasEntry. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.lang.reflect.Method' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.lang.reflect.Method' | 31 | |
| imports | ImportOrder | Wrong order for 'java.lang.reflect.Method' import. | 31 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.CoreMatchers.equalTo' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.CoreMatchers.equalTo' | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.CoreMatchers.equalTo. | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.CoreMatchers.nullValue. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 26 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 26 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 25 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 25 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 27 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.transport.*. | 30 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 33 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.transport.*. | 37 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 39 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 39 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 39 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 44 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 44 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 44 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.concurrent.*. | 50 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 53 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 53 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 53 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 54 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope. | 55 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertNoFailures. | 56 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 57 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 57 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Map' | 36 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 36 | |
| imports | UnusedImports | Unused import - java.util.concurrent.TimeUnit. | 37 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 39 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 39 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 40 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.hasKey. | 41 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.is. | 42 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.lang.reflect.Field' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.lang.reflect.Field' | 30 | |
| imports | ImportOrder | Wrong order for 'java.lang.reflect.Field' import. | 30 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 36 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 37 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 37 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Locale' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Locale' | 31 | |
| imports | ImportOrder | Wrong order for 'java.util.Locale' import. | 31 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 34 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 39 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 39 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 39 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.transport.TransportRequestOptions.options' | 45 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.transport.TransportRequestOptions.options' | 45 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.transport.TransportRequestOptions.options. | 45 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 46 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 46 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.elasticsearch.repositories.VerifyNodeRepositoryAction' import. | 35 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.HashMap' | 41 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.HashMap' | 41 | |
| imports | ImportOrder | Wrong order for 'java.util.HashMap' import. | 41 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.CoreMatchers.*' | 47 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.CoreMatchers.*' | 47 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. | 47 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.elasticsearch.action.admin.cluster.repositories.verify.VerifyRepositoryAction' import. | 25 | |
| imports | ImportOrder | Wrong order for 'org.elasticsearch.repositories.VerifyNodeRepositoryAction' import. | 30 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.*' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.*' | 34 | |
| imports | ImportOrder | Wrong order for 'java.util.*' import. | 34 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 34 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.CoreMatchers.*' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.CoreMatchers.*' | 36 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.CoreMatchers.*. | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.CoreMatchers.*. | 36 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 28 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.is. | 29 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map.Entry' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Map.Entry' | 28 | |
| imports | ImportOrder | Wrong order for 'java.util.Map.Entry' import. | 28 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 34 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.equalTo' | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 34 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.not. | 35 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Locale' | 33 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Locale' | 33 | |
| imports | ImportOrder | Wrong order for 'java.util.Locale' import. | 33 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 35 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.ClusterScope. | 36 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope. | 37 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | ImportOrder | Wrong order for 'org.elasticsearch.test.cache.recycler.MockBigArrays' import. | 34 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 40 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 40 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 40 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 46 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 46 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 46 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.is. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 46 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 46 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 46 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 49 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 49 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 49 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.ClusterScope. | 50 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.Scope. | 51 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.containsString. | 52 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.is. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 46 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 46 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 46 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked' | 49 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked' | 49 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 49 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertHitCount. | 50 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertNoFailures. | 51 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 52 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.notNullValue. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.nio.file.Path' | 35 | |
| imports | ImportOrder | Extra separation in import group before 'java.nio.file.Path' | 35 | |
| imports | ImportOrder | Wrong order for 'java.nio.file.Path' import. | 35 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.CoreMatchers.either' | 38 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.CoreMatchers.either' | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.CoreMatchers.either. | 38 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.CoreMatchers.equalTo. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.elasticsearch.cluster.metadata.MappingMetaData. | 28 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 36 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 36 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 36 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 41 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 41 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 41 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 42 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.*. | 43 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.*. | 43 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 44 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 45 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.script.*. | 25 | |
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Map' | 30 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 30 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.test.ElasticsearchIntegrationTest.*' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.test.ElasticsearchIntegrationTest.*' | 32 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.*. | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.ElasticsearchIntegrationTest.*. | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.hasKey. | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.is. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 30 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 30 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.notNullValue' | 32 | |
| imports | ImportOrder | Extra separation in import group before 'org.hamcrest.Matchers.notNullValue' | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.notNullValue. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.ArrayList' | 46 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.ArrayList' | 46 | |
| imports | ImportOrder | Wrong order for 'java.util.ArrayList' import. | 46 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 55 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder' | 55 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.xcontent.XContentFactory.jsonBuilder. | 55 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 56 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertThrows. | 57 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 58 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.IOException' | 42 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.IOException' | 42 | |
| imports | ImportOrder | Wrong order for 'java.io.IOException' import. | 42 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.QueryBuilders.queryStringQuery' | 44 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.QueryBuilders.queryStringQuery' | 44 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.queryStringQuery. | 44 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 45 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertNoFailures. | 46 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 47 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 47 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.Map' | 27 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.Map' | 27 | |
| imports | ImportOrder | Wrong order for 'java.util.Map' import. | 27 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 31 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder' | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.settings.ImmutableSettings.settingsBuilder. | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 32 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.nullValue. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'org.apache.lucene.util.LuceneTestCase.Slow' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'org.apache.lucene.util.LuceneTestCase.Slow' | 30 | |
| imports | UnusedImports | Unused import - org.elasticsearch.test.store.MockFSDirectoryService. | 45 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.QueryBuilders.matchAllQuery' | 48 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.index.query.QueryBuilders.matchAllQuery' | 48 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.index.query.QueryBuilders.matchAllQuery. | 48 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertAcked. | 49 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertThrows. | 50 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.equalTo. | 51 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.lessThanOrEqualTo. | 52 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.io.File' | 25 | |
| imports | ImportOrder | Extra separation in import group before 'java.io.File' | 25 | |
| imports | ImportOrder | Wrong order for 'java.io.File' import. | 25 | |
| imports | CustomImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'com.google.common.collect.Lists.newArrayList' | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.collect.Lists.newArrayList. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - com.google.common.io.Files.*. | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - com.google.common.io.Files.*. | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.io.FileSystemUtils.deleteRecursively. | 32 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 33 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | CustomImportOrder | Extra separation in import group before 'java.util.concurrent.TimeUnit' | 28 | |
| imports | ImportOrder | Extra separation in import group before 'java.util.concurrent.TimeUnit' | 28 | |
| imports | ImportOrder | Wrong order for 'java.util.concurrent.TimeUnit' import. | 28 | |
| imports | UnusedImports | Unused import - java.util.concurrent.TimeUnit. | 28 | |
| imports | CustomImportOrder | Extra separation in import group before 'org.elasticsearch.common.unit.TimeValue.timeValueSeconds' | 30 | |
| imports | ImportOrder | Extra separation in import group before 'org.elasticsearch.common.unit.TimeValue.timeValueSeconds' | 30 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.elasticsearch.common.unit.TimeValue.timeValueSeconds. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.hamcrest.Matchers.*. | 31 | |
| imports | AvoidStaticImport | Using a static member import should be avoided - org.hamcrest.Matchers.*. | 31 |